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() }