blob: d865cdabf41b31d05967b857f9c128d37eac863d [file] [log] [blame]
fun foo(): (Int) -> Int = { 1 }
fun test() {
<selection>foo()</selection>
}
/*
foo
function
*/