[Test] Mute test due to KT-56759
This commit is contained in:
committed by
Space Team
parent
28b83a1a5d
commit
7c84f9a7c2
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||||
|
// Reason: KT-56759
|
||||||
data class A(val a: Int, val b: Int)
|
data class A(val a: Int, val b: Int)
|
||||||
|
|
||||||
fun box() : String
|
fun box() : String
|
||||||
@@ -13,4 +15,4 @@ fun box() : String
|
|||||||
if (z != 1 || z2 != 2) return "fail 3"
|
if (z != 1 || z2 != 2) return "fail 3"
|
||||||
|
|
||||||
return "OK"
|
return "OK"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user