blob: 0591fc7c5fd08ae26b59670f984890e873cfb33e [file] [log] [blame]
fun foo(p: Int){}
fun f() {
foo(<caret>)
(a + b).x()
}
// ELEMENT: foo