KT-15744 Intention to import sleep wrongly suggests Thread.sleep

#KT-15744 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-30 22:51:54 +03:00
parent 389ddf26b3
commit 98269c10d8
23 changed files with 115 additions and 114 deletions
@@ -0,0 +1,9 @@
// "Import" "true"
// WITH_RUNTIME
// FULL_JDK
// ERROR: Unresolved reference: sleep
fun usage() {
sleep<caret>()
}