blob: aedebbd2298fbdc2d04f695ff7559de08fb4da84 [file]
fun foo(vararg x: String) {}
fun bar() {
foo("abc", "def", "ghi", "jkl")
}