[Wasm] Make Arrays' constructors with size and lambda inline

Fixed #KT-58746
This commit is contained in:
Igor Yakovlev
2023-05-18 19:19:12 +02:00
committed by Space Team
parent 1d5c080dd8
commit 78b72efd32
7 changed files with 218 additions and 50 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: INLINE_ARRAY_CONSTRUCTOR
typealias ArrayS = Array<String>
fun testArray() {