Add K2 configurations for specific kotlinx.serialization tests

#KT-64447 Fixed
This commit is contained in:
Leonid Startsev
2023-12-20 14:44:24 +01:00
committed by Space Team
parent c2cbbecfe9
commit 7700921646
5 changed files with 93 additions and 6 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_K2: JVM_IR
// TARGET_BACKEND: JVM_IR
// WITH_STDLIB
@@ -20,4 +19,4 @@ data class X(val i: Int) {
fun box(): String {
val i = X.x().i
return if (i == 42) "OK" else i.toString()
}
}