JVM IR: transform fake override properties in SAM adapters
Replace every property with its getter and setter. This is needed because later on, JVM backend assumes that all properties have been lowered (by JvmPropertiesLowering) to this state. #KT-64116 Fixed
This commit is contained in:
committed by
Space Team
parent
d5b59c48c2
commit
d08c9ba222
+5
@@ -39856,6 +39856,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/sam/kt63564.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt64116.kt")
|
||||
public void testKt64116() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/kt64116.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noConversionFromSamToSam.kt")
|
||||
public void testNoConversionFromSamToSam() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/sam/noConversionFromSamToSam.kt");
|
||||
|
||||
Reference in New Issue
Block a user