IR: do not assert presence of property getter in IrFakeOverrideBuilder
#KT-65456 Fixed
This commit is contained in:
committed by
Space Team
parent
b752d3997b
commit
a22c16e745
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user