diff --git a/compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt b/compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt index 0e4894d9c58..4ede9d2a0cc 100644 --- a/compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt +++ b/compiler/testData/codegen/box/extensionFunctions/contextReceivers/kt53846.kt @@ -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 \ No newline at end of file +class Ctx