blob: 78b7535d84cf1211bfccfd83b4fdea9e9967482d [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class TestOne():
2 x = lambda self: TestTwo()
3# <ref>
4
5class TestTwo():
6 pass