// !DIAGNOSTICS: -UNUSED_PARAMETER class Inv fun Inv.mapNotNull(transform: (Int) -> R?): Inv = null!! fun test(inv: Inv) { ")!>inv.mapNotNull { null } }