// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER // !CHECK_TYPE interface A?> { fun foo(): T? } fun testA(a: A<*>) { a.foo() checkType { _?>() } }