[box-tests] Added a reproducer for #KT-61924

This commit is contained in:
Igor Chevdar
2023-09-13 20:10:38 +03:00
committed by Space Team
parent 1b1e1d5b3f
commit 1df93e1611
18 changed files with 116 additions and 0 deletions
@@ -15442,6 +15442,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");
}
@TestMetadata("methodOfAnyFromInterface.kt")
public void testMethodOfAnyFromInterface() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/methodOfAnyFromInterface.kt");
}
@TestMetadata("privateFakeOverrides0.kt")
public void testPrivateFakeOverrides0() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/privateFakeOverrides0.kt");