From 0d100cf114bb614814dd0fa8ddab10079b426ebf Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 17 Feb 2023 13:08:06 +0200 Subject: [PATCH] [Test] Mute tests due to KT-53846 --- .../box/extensionFunctions/contextReceivers/kt53846.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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