Expand most kotlinx.serialization tests on JS backend

to enhance and increase test coverage of the plugin.
This commit is contained in:
Leonid Startsev
2024-01-03 18:04:11 +01:00
committed by Space Team
parent 60080e8bb8
commit fba2f5ea4e
26 changed files with 363 additions and 49 deletions
@@ -1,5 +1,3 @@
// TARGET_BACKEND: JVM_IR
// WITH_STDLIB
import kotlinx.serialization.*
@@ -34,4 +32,4 @@ fun box(): String {
val boxDesc = Box.serializer(String.serializer()).descriptor
if (boxDesc.toString() != "Box(boxed: kotlin.String)") return boxDesc.toString()
return "OK"
}
}