JvmDefaultWithoutCompatibility. Add test with Kotlin Java mixed inheritance

This commit is contained in:
Mikhael Bogdanov
2021-12-08 08:57:15 +01:00
parent c599b58eb3
commit 29afd674d2
6 changed files with 106 additions and 0 deletions
@@ -21489,6 +21489,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility/differentCases.kt");
}
@TestMetadata("javaInheritance.kt")
public void testJavaInheritance() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility/javaInheritance.kt");
}
@TestMetadata("propertyAnnotation.kt")
public void testPropertyAnnotation() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/noDefaultImpls/withCompatibility/propertyAnnotation.kt");