forked from Mirror/wren
super at top level: Allow the compiler to continue compilation after erroring. Added two more tests.
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
super.foo // expect error
|
||||
super // expect error
|
||||
super.foo("bar") // expect error
|
||||
super("foo") // expect error
|
||||
|
||||
Reference in New Issue
Block a user