[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:
committed by
Space Team
parent
4e705d2f40
commit
241f457943
+6
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user