Take coroutineContext into account in RedundantSuspendModifierInspection
#KT-22651: Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
import kotlin.coroutines.experimental.coroutineContext
|
||||
|
||||
<caret>suspend fun test() {
|
||||
coroutineContext
|
||||
}
|
||||
Reference in New Issue
Block a user