Commit 6d18ce0a authored by Kevin Modzelewski's avatar Kevin Modzelewski

These working now too

parent b9d15796
# expected: reffail
import functools import functools
f = functools.partial(lambda *args: args, 1, 23) f = functools.partial(lambda *args: args, 1, 23)
......
# expected: reffail
s = """ s = """
def g(): def g():
yield x yield x
......
# expected: reffail
import StringIO import StringIO
import sys import sys
......
# expected: reffail
class CustomInt(int): class CustomInt(int):
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment