mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Segfault when calling super at top-level with no arguments.
If enclosingClass is null, we can't proceed with compilation since we don't have its name.
This commit is contained in:
@ -1 +1,2 @@
|
||||
super.foo // expect error
|
||||
super // expect error
|
||||
|
||||
Reference in New Issue
Block a user