// PROBLEM: none // DISABLE-ERRORS fun foo(vararg a: Int, b: Boolean) {} fun test() { foo(1, 2, 3, true) }