[Test] Mute tests due to KT-53846

This commit is contained in:
Dmitriy Novozhilov
2023-02-17 13:08:06 +02:00
committed by Space Team
parent 49f15a16ce
commit 0d100cf114
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-53846
// !LANGUAGE: +ContextReceivers
// TARGET_BACKEND: JVM_IR
@@ -14,4 +16,4 @@ class Foo private constructor(i: Int) {
constructor() : this(1)
}
class Ctx
class Ctx