blob: 78b7535d84cf1211bfccfd83b4fdea9e9967482d [file] [log] [blame]
class TestOne():
x = lambda self: TestTwo()
# <ref>
class TestTwo():
pass