blob: 07dc598e78f77b8aeca84af4240011fbf9557642 [file] [log] [blame]
// TEMPLATE: \tfunctionCall\t
fun foo(s: String) {
functionCall(s<caret>)
}