[IR] Fix copying of default argument from expect to actual with type parameter

^KT-45866 fixed
This commit is contained in:
Ilya Goncharov
2021-04-05 15:11:49 +03:00
committed by TeamCityServer
parent d870876822
commit b82c9225c8
12 changed files with 139 additions and 16 deletions
@@ -25182,6 +25182,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
public void testTypeAlias() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt");
}
@Test
@TestMetadata("withTypeParameter.kt")
public void testWithTypeParameter() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt");
}
}
@Nested