K1/K2: add tests confirming behavior of remaining KT-63242 cases

This commit is contained in:
Mikhail Glukhikh
2024-02-27 16:50:04 +01:00
committed by Space Team
parent 0008e832d8
commit e8ba534904
25 changed files with 372 additions and 0 deletions
@@ -33307,6 +33307,18 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
runTest("compiler/testData/codegen/box/javaInterop/inheritanceWithWildcard.kt");
}
@Test
@TestMetadata("invisibleFake.kt")
public void testInvisibleFake() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake.kt");
}
@Test
@TestMetadata("invisibleFake2.kt")
public void testInvisibleFake2() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake2.kt");
}
@Test
@TestMetadata("javaForKotlinOverrideProperty.kt")
public void testJavaForKotlinOverrideProperty() {
@@ -33307,6 +33307,18 @@ public class FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGener
runTest("compiler/testData/codegen/box/javaInterop/inheritanceWithWildcard.kt");
}
@Test
@TestMetadata("invisibleFake.kt")
public void testInvisibleFake() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake.kt");
}
@Test
@TestMetadata("invisibleFake2.kt")
public void testInvisibleFake2() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake2.kt");
}
@Test
@TestMetadata("javaForKotlinOverrideProperty.kt")
public void testJavaForKotlinOverrideProperty() {
@@ -33307,6 +33307,18 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
runTest("compiler/testData/codegen/box/javaInterop/inheritanceWithWildcard.kt");
}
@Test
@TestMetadata("invisibleFake.kt")
public void testInvisibleFake() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake.kt");
}
@Test
@TestMetadata("invisibleFake2.kt")
public void testInvisibleFake2() {
runTest("compiler/testData/codegen/box/javaInterop/invisibleFake2.kt");
}
@Test
@TestMetadata("javaForKotlinOverrideProperty.kt")
public void testJavaForKotlinOverrideProperty() {