[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
@@ -33123,6 +33123,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
public void testKt_51753_2() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/kt-51753-2.kt");
}
@Test
@TestMetadata("kt-56329.kt")
public void testKt_56329() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/multiModule/kt-56329.kt");
}
}
}