// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER fun printAll(vararg a : Any) {} fun main(args: Array) { printAll(*args) // Shouldn't be an error }