diff --git a/compiler/testData/codegen/script/kt22029.kts b/compiler/testData/codegen/script/kt22029.kts index 179326ec8af..5c8e6a34805 100644 --- a/compiler/testData/codegen/script/kt22029.kts +++ b/compiler/testData/codegen/script/kt22029.kts @@ -1,3 +1,5 @@ +// IGNORE_BACKEND: JVM_IR + data class Pair(val first: Int, val second: Int) inline fun run(fn: () -> T) = fn()