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