Use Array constructor with size to create Array of nulls
Change the constructor visibility from public to private as it should be.
This commit is contained in:
committed by
Space Team
parent
a6520a294b
commit
77491ded1b
+1
-1
@@ -1,6 +1,6 @@
|
||||
// TARGET_BACKEND: WASM
|
||||
|
||||
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 14_259
|
||||
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 12_337
|
||||
// WASM_DCE_EXPECTED_OUTPUT_SIZE: mjs 5_451
|
||||
|
||||
fun box() = "OK"
|
||||
Reference in New Issue
Block a user