Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/callableReference/NotImportedTopLevel.kt.after
T
2015-10-03 10:40:51 +03:00

7 lines
109 B
Plaintext
Vendored

import kotlin.concurrent.timerTask
val v = ::timerTask<caret>
// INVOCATION_COUNT: 2
// ELEMENT: timerTask