fix for KT=2702 - wrong bridges on super call

This commit is contained in:
Alex Tkachman
2012-08-30 15:35:37 +03:00
parent 925b2b9f99
commit 8a71cf7bf7
5 changed files with 31 additions and 6 deletions
@@ -144,4 +144,9 @@ public class BridgeMethodGenTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt1939.kt");
}
public void testKt2702() {
createEnvironmentWithMockJdkAndIdeaAnnotations(ConfigurationKind.JDK_ONLY);
blackBoxFile("regressions/kt2702.kt");
}
}