blob: 93ca249b729a5a6b89bacc378604c0dd45532f5d [file] [log] [blame]
fun foo(p: () -> Unit){}
fun bar() {
foo(<caret>)
}
fun f(){}
// ELEMENT: ::f