// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER fun id(x: K) = x fun main() { foo(x = id(arrayOf(1))) } fun foo(vararg x: T) {}