blob: 3fbab10fdfa08327e949863b910e28596926b5d6 [file] [log] [blame]
class C:
def foo(self):
<selection>for x in [1, 2]:
print x</selection>