Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
idea-completion
/
testData
/
smart
/
callableReference
/
NoQualifier2.kt
blob: 8bea23efd6c7ca80b9c21f91a96f3f25665ceafc [
file
]
fun foo
(
p
:
(
Int
)
->
Unit
){}
fun bar
()
{
foo
(<
caret
>)
}
fun f
(){}
fun f
(
i
:
Int
){}
// currently not supported for generic funcitons
fun
<
T
>
genericF
(
t
:
T
){}
// EXIST: ::f
// ABSENT: ::genericF