Exclude builtins members mapped to java default methods from delegation

This commit is contained in:
Mikhael Bogdanov
2017-01-19 16:48:22 +01:00
parent 03a697a707
commit da1b8a02ed
3 changed files with 39 additions and 1 deletions
@@ -140,6 +140,12 @@ public class BlackBoxWithJava8CodegenTestGenerated extends AbstractBlackBoxCodeg
doTest(fileName);
}
@TestMetadata("delegationToMap.kt")
public void testDelegationToMap() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/delegationBy/delegationToMap.kt");
doTest(fileName);
}
@TestMetadata("diamond.kt")
public void testDiamond() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/java8/box/delegationBy/diamond.kt");