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

11 lines
100 B
Plaintext

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