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