Support inheritance from java 8 interfaces

#KT-5969 In Progress
This commit is contained in:
Michael Bogdanov
2014-10-09 19:16:56 +04:00
parent 3613fb746c
commit 2a1520228e
4 changed files with 28 additions and 2 deletions
@@ -45,6 +45,12 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
doTestWithJava(fileName);
}
@TestMetadata("trait")
public void testTrait() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/trait/");
doTestWithJava(fileName);
}
@TestMetadata("compiler/testData/codegen/boxWithJava/platformStatic")
@TestDataPath("$PROJECT_ROOT")
@InnerTestClasses({})