// !DIAGNOSTICS: -UNUSED_PARAMETER class C { fun getX(t: Any) = 1 val Any.x: Int get() = 1 }