[Tests] Add tests for KT-40180

^KT-40180 Fixed
This commit is contained in:
Vladimir Sukharev
2024-03-05 10:35:12 +01:00
committed by Space Team
parent eec14f0054
commit 848cca03c0
14 changed files with 299 additions and 0 deletions
@@ -17422,6 +17422,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fakeOverride/kjkWithPackagePrivate.kt");
}
@TestMetadata("kt40180.kt")
public void testKt40180() {
runTest("compiler/testData/codegen/box/fakeOverride/kt40180.kt");
}
@TestMetadata("kt40180_2.kt")
public void testKt40180_2() {
runTest("compiler/testData/codegen/box/fakeOverride/kt40180_2.kt");
}
@TestMetadata("kt40180_3.kt")
public void testKt40180_3() {
runTest("compiler/testData/codegen/box/fakeOverride/kt40180_3.kt");
}
@TestMetadata("kt49371.kt")
public void testKt49371() {
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");