[IR] Use full name for expect/actual functions linking, simplify code

Don't put type parameters to expect-actual map since it's useless

^KT-56329 Fixed
This commit is contained in:
Ivan Kochurkin
2023-02-01 21:46:37 +01:00
committed by Space Team
parent 4e705d2f40
commit 241f457943
9 changed files with 160 additions and 144 deletions
@@ -27078,6 +27078,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
public void testGetRidOfDoubleBindingInFir2IrLazyProperty() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/getRidOfDoubleBindingInFir2IrLazyProperty.kt");
}
@TestMetadata("kt-56329.kt")
public void testKt_56329() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/kt-56329.kt");
}
}
}