[K2, MPP] Build expect-actual map for type parameters from functions
^KT-57181 Fixed
This commit is contained in:
committed by
Space Team
parent
3a60b30dae
commit
beaeb405d2
Generated
+5
@@ -20801,6 +20801,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectActualSimple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectActualTypeParameters.kt")
|
||||
public void testExpectActualTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("expectActualTypealias.kt")
|
||||
public void testExpectActualTypealias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/multiplatform/k2/basic/expectActualTypealias.kt");
|
||||
|
||||
Reference in New Issue
Block a user