// !DIAGNOSTICS: -UNREACHABLE_CODE -UNUSED_PARAMETER // !CHECK_TYPE // t is unused due to KT-4233 trait Tr { var v: T } fun test(t: Tr<*>) { t.v = null!! t.v checkType { it : _ } }