// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER class A inline fun foo(x: A) {} fun test(x: A) { foo(x) }