before assignment goto test, #305

This commit is contained in:
David Halter
2013-09-06 14:35:56 +04:30
parent 648095ad52
commit 95bac43840

View File

@@ -76,6 +76,12 @@ c
#! 0 ['def c']
c()
class BeforeAssignment():
x = 3
def __init__(self):
#! 13 ['x = 3']
self.x = ''
# -----------------
# imports
# -----------------