Expand most kotlinx.serialization tests on JS backend
to enhance and increase test coverage of the plugin.
This commit is contained in:
committed by
Space Team
parent
60080e8bb8
commit
fba2f5ea4e
@@ -1,4 +1,4 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND_K1: JS_IR
|
||||
|
||||
// WITH_STDLIB
|
||||
|
||||
@@ -43,4 +43,4 @@ fun box(): String {
|
||||
val decodedEmail = Json.decodeFromString<Email<Int>>(encodedEmail)
|
||||
if (decodedEmail.toString() != "Email(foo, 1)") return "DecodedEmail: $decodedEmail"
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user