blob: b46dfee5cb68bcda39fdcd18e08003cc41c2bc18 [file] [log] [blame]
fun foo(vararg x: String) {}
fun bar() {
foo()
}