Introduce fictitious numbered Function class descriptors

This commit is contained in:
Alexander Udalov
2015-04-16 17:58:18 +03:00
parent 27ed098467
commit 4141e0a8df
32 changed files with 807 additions and 70 deletions
@@ -1,7 +1,6 @@
package a;
import kotlin.jvm.functions.*;
import kotlin.*;
import kotlin.jvm.functions.Function0;
public class X {
private A outer;
@@ -10,4 +9,4 @@ public class X {
this.outer = outer;
System.out.println(f.invoke());
}
}
}