[box-tests] Added a reproducer for #KT-61924
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user