From f206ff950cbee8455317e00c37b2254bba879d9f Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 21 Feb 2023 11:52:06 +0000 Subject: [PATCH] [K2/N] Ignore kt15016.kt test because it fails due to KT-56747 --- compiler/testData/codegen/box/coroutines/kt15016.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/coroutines/kt15016.kt b/compiler/testData/codegen/box/coroutines/kt15016.kt index 98435c34dfa..c40ed1ffd4d 100644 --- a/compiler/testData/codegen/box/coroutines/kt15016.kt +++ b/compiler/testData/codegen/box/coroutines/kt15016.kt @@ -1,5 +1,7 @@ // WITH_STDLIB // WITH_COROUTINES +// https://youtrack.jetbrains.com/issue/KT-56747/K2-N-Wrong-return-type-for-lambda-Any-Any-which-returns-Unit +// IGNORE_BACKEND_K2: NATIVE import helpers.* import kotlin.coroutines.intrinsics.COROUTINE_SUSPENDED