[Wasm] Fix invalid boxing for non-primitive typed vararg
This commit is contained in:
+6
@@ -39552,6 +39552,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/vararg"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("boxingArgumentsForVararg.kt")
|
||||
public void testBoxingArgumentsForVararg() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/vararg/boxingArgumentsForVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doNotCopyImmediatelyCreatedArrays.kt")
|
||||
public void testDoNotCopyImmediatelyCreatedArrays() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user