blob: 0994f02fc9888fcf5321d369a30d237ddd592ce9 [file] [log] [blame]
fun foo(p: Int): Int = p
fun bar(): Int = p
fun f(): Int {
return <caret>foo(1)
}
//ELEMENT: bar
//CHAR: \t