blob: def4a0a050ed21b3d64a320d4192192ad15a594b [file] [log] [blame]
fun foo(vararg s: String){}
fun bar() {
foo(""<caret>)
}