Redundant async inspection: run "optimize imports" after quick-fix

This commit is contained in:
Mikhail Glukhikh
2018-11-30 12:53:11 +03:00
parent fd3c6496fb
commit 3d15cbcced
3 changed files with 8 additions and 3 deletions
@@ -1,8 +1,6 @@
// WITH_RUNTIME
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.async
import kotlinx.coroutines.withContext
suspend fun test() {