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