Fix starImport quick-fix test

This commit is contained in:
Mikhail Glukhikh
2018-08-30 16:13:21 +03:00
parent ea74b37b5b
commit 2849919094
2 changed files with 0 additions and 2 deletions
@@ -1,4 +1,3 @@
// "Fix experimental coroutines usage" "true"
// ERROR: Unresolved reference: coroutines
import kotlin.coroutines.<caret>experimental.*
@@ -1,4 +1,3 @@
// "Fix experimental coroutines usage" "true"
// ERROR: Unresolved reference: coroutines
import kotlin.coroutines.*