blob: c6cb5b0964f9a131c144bcece3800b5aec47e4fc [file] [log] [blame]
fun foo(vararg x: String) {}
fun bar() {
foo(*<caret>emptyArray<String>())
}