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
We should simply drop a Unit ascription, not ascribe BoxedUnit instead. This fixes
a case in `nullAsInstanceOf.scala`. Now
null.asInstanceOf[Unit]
is `()`, whereas before it was `null` `()` is correct, or at least it
is the same behavior as for all other primitive types.
0 commit comments