From b06218c4561b988d521d58aa80e75f62bcf805b7 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 11 Aug 2020 20:25:24 +0200 Subject: [PATCH] Minor. Update test data --- .../codegen/box/coroutines/featureIntersection/funInterface.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt index b5ad568d3f9..d89343f8df1 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/funInterface.kt @@ -7,6 +7,7 @@ import helpers.* import kotlin.coroutines.* +@Suppress("FUN_INTERFACE_WITH_SUSPEND_FUNCTION") fun interface Action { suspend fun run() }