[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
@@ -16134,6 +16134,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fakeOverride/kt65274.kt");
}
@TestMetadata("kt65695.kt")
public void testKt65695() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/kt65695.kt");
}
@TestMetadata("methodOfAnyFromInterface.kt")
public void testMethodOfAnyFromInterface() throws Exception {
runTest("compiler/testData/codegen/box/fakeOverride/methodOfAnyFromInterface.kt");