Reorganize superclass validation a bit.

This commit is contained in:
Bob Nystrom
2015-02-27 08:08:27 -08:00
parent 46713a5bb3
commit c27a094882
18 changed files with 56 additions and 49 deletions
-16
View File
@@ -1,16 +0,0 @@
var f = null
{
var a = "a"
f = new Fn {
IO.print(a)
}
}
//@FIXME: repair the segfault create a propper test for the subclassing
//var closureSegfault = f
//class SubClosureSegfault is closureSegfault {}
//var closureOk = f.call
//class SubClosureOk is closureOk {}