From b6c4bd270ccaf23397b12e59f9eca375e5a5210e Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 12 Sep 2018 18:27:42 +0300 Subject: [PATCH] Switch testCoroutineContext to release coroutines thus fixing it --- .../inspectionsLocal/redundantSuspend/coroutineContext.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt b/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt index b56255283b7..fa6c7db4b83 100644 --- a/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt +++ b/idea/testData/inspectionsLocal/redundantSuspend/coroutineContext.kt @@ -1,7 +1,7 @@ // PROBLEM: none // WITH_RUNTIME -import kotlin.coroutines.experimental.coroutineContext +import kotlin.coroutines.coroutineContext suspend fun test() { coroutineContext