Goto on trailers wasn't correct. Fixes #571.

This commit is contained in:
Dave Halter
2016-07-13 19:15:28 +02:00
parent 927534a8d5
commit cc953ffff0
2 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,12 @@ b = math
#! ['b = math']
b
#! 18 ['foo = 10']
foo = 10;print(foo)
# -----------------
# classes
# -----------------
class C(object):
def b(self):
#! ['b = math']