Callable reference completion for non-imported callables

This commit is contained in:
Valentin Kipyatkov
2015-10-01 19:07:18 +03:00
parent 3a2bc51445
commit 08335a2ac9
21 changed files with 193 additions and 127 deletions
@@ -0,0 +1,4 @@
val v = ::tim<caret>
// INVOCATION_COUNT: 2
// ELEMENT: timerTask
@@ -0,0 +1,6 @@
import kotlin.concurrent.timerTask
val v = ::timerTask<caret>
// INVOCATION_COUNT: 2
// ELEMENT: timerTask