Merge branch 'segfault_on_top_level_super_with_no_args' of git://github.com/zeckalpha/wren into zeckalpha-segfault_on_top_level_super_with_no_args

This commit is contained in:
Bob Nystrom
2015-01-11 19:42:26 -08:00
2 changed files with 13 additions and 2 deletions
+3
View File
@@ -1 +1,4 @@
super.foo // expect error
super // expect error
super.foo("bar") // expect error
super("foo") // expect error