// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER interface Inv interface Inv2 fun > foo(klass: Inv): String? = null fun bar(): Inv = null!! fun test() { foo(bar()) }