blob: ec85aa7829170cd67fb532ad21aaccdfcde8205c [file]
fun foo(vararg x: Any?): String { return "OK" }
fun box(): String {
return foo()
}