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
Replace 0.asInstanceOf[B] with null.asInstanceOf[B]
- This seems to be the only place `0.asInstanceOf[T]` is used, usually it is expressed as `null.asInstanceOf[T]`.
- Emulates [Expression for all zero bits scala/scala#8767](scala/scala#8767)
0 commit comments