Add K2 configurations for specific kotlinx.serialization tests
#KT-64447 Fixed
This commit is contained in:
committed by
Space Team
parent
c2cbbecfe9
commit
7700921646
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user