[Fir2IR] Fix fake override generation for lazy accessors

^KT-65595 Fixed
This commit is contained in:
Pavel Kunyavskiy
2024-02-08 11:53:45 +01:00
committed by Space Team
parent d121b529b5
commit b4062c8974
12 changed files with 83 additions and 1 deletions
@@ -19376,6 +19376,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/fakeOverride/kt65274.kt");
}
@Test
@TestMetadata("kt65695.kt")
public void testKt65695() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/kt65695.kt");
}
@Test
@TestMetadata("methodOfAnyFromInterface.kt")
public void testMethodOfAnyFromInterface() throws Exception {
@@ -19376,6 +19376,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/fakeOverride/kt65274.kt");
}
@Test
@TestMetadata("kt65695.kt")
public void testKt65695() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/kt65695.kt");
}
@Test
@TestMetadata("methodOfAnyFromInterface.kt")
public void testMethodOfAnyFromInterface() throws Exception {