Files
kotlin-fork/idea/testData/completion/handlers/smart/FunctionReference2.kt
T
2014-04-17 14:39:30 +04:00

9 lines
92 B
Kotlin

fun foo(p: () -> Unit, i: Int){}
fun bar() {
foo(<caret>)
}
fun f(){}
// ELEMENT: ::f