Callable reference completion for non-imported callables
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import kotlin.concurrent.timerTask
|
||||
|
||||
val v = ::timerTask<caret>
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// ELEMENT: timerTask
|
||||
Reference in New Issue
Block a user