[JS IR BE] Copy type metadata for Boolean, Char and Long varargs
This commit is contained in:
+5
@@ -6795,6 +6795,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
public void testEmptyVarargInConstructorCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/emptyVarargInConstructorCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("taggedArrayCopy.kt")
|
||||
public void testTaggedArrayCopy() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/taggedArrayCopy.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+5
@@ -6830,6 +6830,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
public void testEmptyVarargInConstructorCall() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/emptyVarargInConstructorCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("taggedArrayCopy.kt")
|
||||
public void testTaggedArrayCopy() throws Exception {
|
||||
runTest("js/js.translator/testData/box/regression/typeChecks/taggedArrayCopy.kt");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user