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