[Wasm] Fix invalid boxing for non-primitive typed vararg
This commit is contained in:
+6
@@ -50733,6 +50733,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/vararg/assigningArrayToVarargInAnnotation.kt");
|
||||
}
|
||||
|
||||
@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