Take coroutineContext into account in RedundantSuspendModifierInspection

#KT-22651: Fixed
This commit is contained in:
Ilmir Usmanov
2018-02-07 15:24:40 +03:00
parent e19ed1e001
commit 87bbac9d43
8 changed files with 33 additions and 11 deletions
@@ -0,0 +1,8 @@
// PROBLEM: none
// WITH_RUNTIME
import kotlin.coroutines.experimental.coroutineContext
<caret>suspend fun test() {
coroutineContext
}