IR: do not assert presence of property getter in IrFakeOverrideBuilder

#KT-65456 Fixed
This commit is contained in:
Alexander Udalov
2024-01-31 23:33:15 +01:00
committed by Space Team
parent b752d3997b
commit a22c16e745
12 changed files with 88 additions and 3 deletions
@@ -40010,6 +40010,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/sam/differentFqNames.kt");
}
@TestMetadata("fieldInJavaSamInterface.kt")
public void testFieldInJavaSamInterface() throws Exception {
runTest("compiler/testData/codegen/box/sam/fieldInJavaSamInterface.kt");
}
@TestMetadata("inlinedSamWrapper.kt")
public void testInlinedSamWrapper() throws Exception {
runTest("compiler/testData/codegen/box/sam/inlinedSamWrapper.kt");