JvmDefaultWithoutCompatibility. Add test with Kotlin Java mixed inheritance
This commit is contained in:
+6
@@ -25855,6 +25855,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility/differentCases.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaInheritance.kt")
|
||||
public void testJavaInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility/javaInheritance.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAnnotation.kt")
|
||||
public void testPropertyAnnotation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user