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