K1/K2: add test confirming the work of KT-54487 case

#KT-54487 Obsolete
#KT-63350 Declined
This commit is contained in:
Mikhail Glukhikh
2023-12-12 18:10:11 +01:00
committed by Space Team
parent 601f90917b
commit 4783822fbc
9 changed files with 94 additions and 0 deletions
@@ -16537,6 +16537,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/notFoundClasses.kt");
}
@TestMetadata("publicMethodCallViaPackagePrivateCommon.kt")
public void testPublicMethodCallViaPackagePrivateCommon() throws Exception {
runTest("compiler/testData/codegen/box/fir/publicMethodCallViaPackagePrivateCommon.kt");
}
@TestMetadata("SamWithReceiverMavenProjectImportHandler.kt")
public void testSamWithReceiverMavenProjectImportHandler() throws Exception {
runTest("compiler/testData/codegen/box/fir/SamWithReceiverMavenProjectImportHandler.kt");