fix KT-2481: no bridge for supercall

This commit is contained in:
Alex Tkachman
2012-07-28 14:17:42 +03:00
parent eaee4e9cc7
commit 0b327d29bc
4 changed files with 37 additions and 3 deletions
@@ -121,6 +121,10 @@ public class FunctionGenTest extends CodegenTestCase {
blackBoxFile("functions/invoke.kt");
}
public void test2481() {
blackBoxFile("regressions/kt2481.kt");
}
public static class WithJavaFunctionGenTest extends CodegenTestCase {
private void blackBoxFileWithJava(@NotNull String ktFile) throws Exception {
File javaClassesTempDirectory = new File(FileUtil.getTempDirectory(), "java-classes");