blob: eed859fab46d2207d4f1456dbad45490027394c6 [file] [log] [blame]
fun foo(s: String){ }
fun bar(sss: String) {
foo(<caret>)
}
//ELEMENT: sss