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
Remove dead code testing for Array[Unit] after Array[AnyRef].
Since `Array[Unit]` is implemented as `Array[BoxedUnit]`, any
`Array[Unit]` already qualifies as an `Array[AnyRef]`. Therefore,
all the removed cases were dead code.
0 commit comments