blob: 3461032fd349f3d96315e9d45453afda59034bb6 [file] [log] [blame]
fun foo(p: () -> Unit, i: Int){}
fun bar() {
foo(<caret>)
}
fun f(){}
// ELEMENT: ::f