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:
Ilya Chernikov
2020-09-09 14:42:51 +02:00
parent d7112a4500
commit 60246f2261
+2
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JVM_IR
data class Pair(val first: Int, val second: Int)
inline fun <T> run(fn: () -> T) = fn()