K2: add a BB test confirming work of KT-63588
This commit is contained in:
committed by
Space Team
parent
9d88e90821
commit
584d98cd72
+6
@@ -21525,6 +21525,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/fir/notFoundClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenPropertyInComplexHierarchy.kt")
|
||||
public void testOverriddenPropertyInComplexHierarchy() {
|
||||
runTest("compiler/testData/codegen/box/fir/overriddenPropertyInComplexHierarchy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicMethodCallViaPackagePrivateCommon.kt")
|
||||
public void testPublicMethodCallViaPackagePrivateCommon() {
|
||||
|
||||
+6
@@ -21525,6 +21525,12 @@ public class FirLightTreeBlackBoxCodegenWithFir2IrFakeOverrideGeneratorTestGener
|
||||
runTest("compiler/testData/codegen/box/fir/notFoundClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenPropertyInComplexHierarchy.kt")
|
||||
public void testOverriddenPropertyInComplexHierarchy() {
|
||||
runTest("compiler/testData/codegen/box/fir/overriddenPropertyInComplexHierarchy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicMethodCallViaPackagePrivateCommon.kt")
|
||||
public void testPublicMethodCallViaPackagePrivateCommon() {
|
||||
|
||||
+6
@@ -21525,6 +21525,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/fir/notFoundClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overriddenPropertyInComplexHierarchy.kt")
|
||||
public void testOverriddenPropertyInComplexHierarchy() {
|
||||
runTest("compiler/testData/codegen/box/fir/overriddenPropertyInComplexHierarchy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("publicMethodCallViaPackagePrivateCommon.kt")
|
||||
public void testPublicMethodCallViaPackagePrivateCommon() {
|
||||
|
||||
Reference in New Issue
Block a user