[K2, MPP] Build expect-actual map for type parameters from functions

^KT-57181 Fixed
This commit is contained in:
Ivan Kochurkin
2023-03-30 13:42:36 +02:00
committed by Space Team
parent 3a60b30dae
commit beaeb405d2
19 changed files with 133 additions and 13 deletions
@@ -27283,6 +27283,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");