Fix nested closures and related bugs
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# comment
|
||||
a = b ;
|
||||
b = "c" ;
|
||||
b = "c" "d" ;
|
||||
b = c "d" ;
|
||||
c = "a" | d ;
|
||||
d = "hasreturn" ;
|
||||
|
||||
Reference in New Issue
Block a user