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