You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Using compiler flag -Yexplicit-nulls, the following snippet fails compilation with[error] 4 | "hello, world!".split(" ").map(_.length)[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[error] |value map is not a member of Array[String | UncheckedNull] | UncheckedNull*/"hello, world!".split("").map(_.length)
expectation
Extension methods/implicit conversions should be avaliable to unions of UncheckedNull