[KLIB] Fix references to type made from TypeParameter in KotlinMangler
- promote ABI version
This commit is contained in:
+5
@@ -4477,6 +4477,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/topLevelNestedInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParametersMangling.kt")
|
||||
public void testTypeParametersMangling() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/typeParametersMangling.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typealiases.kt")
|
||||
public void testTypealiases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/typealiases.kt");
|
||||
|
||||
+5
@@ -4492,6 +4492,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/topLevelNestedInline.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParametersMangling.kt")
|
||||
public void testTypeParametersMangling() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/typeParametersMangling.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typealiases.kt")
|
||||
public void testTypealiases() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inlineMultiModule/typealiases.kt");
|
||||
|
||||
Reference in New Issue
Block a user