diff --git a/compiler/testData/codegen/box/extensionClasses/constructors.kt b/compiler/testData/codegen/box/extensionClasses/constructors.kt index 306a04671a6..aa90bb1e594 100644 --- a/compiler/testData/codegen/box/extensionClasses/constructors.kt +++ b/compiler/testData/codegen/box/extensionClasses/constructors.kt @@ -1,6 +1,8 @@ // !LANGUAGE: +ContextReceivers // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND_K2: JS_IR +// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR +// Reason: KT-56508 // WITH_STDLIB class A(val ok: String) @@ -30,4 +32,4 @@ fun box(): String { ) return if (results.all { it == "OK" }) "OK" else "fail" } -} \ No newline at end of file +}