Ignore temporarily the kt22029.kts codegen test for JVM IR:
since it fails and I cannot fix it right now.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
data class Pair(val first: Int, val second: Int)
|
||||
|
||||
inline fun <T> run(fn: () -> T) = fn()
|
||||
|
||||
Reference in New Issue
Block a user