[K/JS] Support essential Kotlin collections (List, MutableList, Set, MutableSet, Map, MutableMap) for exporting into JS

^KT-34995 Fixed
^KT-44871 Fixed
This commit is contained in:
Artem Kobzar
2024-01-24 11:14:46 +00:00
committed by Space Team
parent b71797383f
commit 8d1a90c23c
42 changed files with 1431 additions and 47 deletions
@@ -1,3 +1,4 @@
// MUTE_LL_FIR: KT-65218
// WITH_REFLECT
// FIR_DUMP
import kotlin.reflect.*
@@ -1,3 +1,4 @@
// MUTE_LL_FIR: KT-65218
// WITH_REFLECT
// FIR_DUMP
import kotlin.reflect.*