[JS IR BE] Copy type metadata for Boolean, Char and Long varargs

This commit is contained in:
Svyatoslav Kuzmich
2019-05-19 20:04:17 +03:00
parent 59617c97b4
commit b8bbcb3f93
6 changed files with 69 additions and 3 deletions
@@ -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");
}
}
}
@@ -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");
}
}
}