[box-tests] Added a reproducer for #KT-61924
This commit is contained in:
Generated
+6
@@ -13803,6 +13803,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodOfAnyFromInterface.kt")
|
||||
public void testMethodOfAnyFromInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/methodOfAnyFromInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
|
||||
Generated
+6
@@ -13803,6 +13803,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("methodOfAnyFromInterface.kt")
|
||||
public void testMethodOfAnyFromInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/methodOfAnyFromInterface.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateFakeOverrides0.kt")
|
||||
public void testPrivateFakeOverrides0() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user