diff --git a/compiler/testData/codegen/box/labels/labeledDeclarations.kt b/compiler/testData/codegen/box/labels/labeledDeclarations.kt index 5b407c979fb..b9d9f2fc7ef 100644 --- a/compiler/testData/codegen/box/labels/labeledDeclarations.kt +++ b/compiler/testData/codegen/box/labels/labeledDeclarations.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR +// Reason: KT-56759 data class A(val a: Int, val b: Int) fun box() : String @@ -13,4 +15,4 @@ fun box() : String if (z != 1 || z2 != 2) return "fail 3" return "OK" -} \ No newline at end of file +}