[IR] Fix calculation of receiver type for properies in expect/actual context
^KT-62926 Fixed
This commit is contained in:
committed by
Space Team
parent
9cef8a2133
commit
7d685522ce
+5
@@ -29649,6 +29649,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionPropertiesOverloads.kt")
|
||||
public void ignoreExtensionPropertiesOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user