Fix for KT-11969: ProGuard issue with private interface methods

#KT-11969 Fixed
This commit is contained in:
Mikhael Bogdanov
2016-12-22 14:50:52 +01:00
parent 6444ccc962
commit f1c1fcf0fc
14 changed files with 226 additions and 9 deletions
@@ -203,6 +203,12 @@ public class BlackBoxWithJava8CodegenTestGenerated extends AbstractBlackBoxCodeg
doTest(fileName);
}
@TestMetadata("kt11969.kt")
public void testKt11969() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/jvm8/kt11969.kt");
doTest(fileName);
}
@TestMetadata("kt14243.kt")
public void testKt14243() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/jvm8/kt14243.kt");