// FIR_IDENTICAL fun fooT22() : T? { return null } fun foo1() { fooT22() } val n : Nothing = null.sure() fun T?.sure() : T = this!!