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
But this is just an illusion: in scalac, the unbox call is actually replaced by BoxesRunTime.unboxToDouble(null). Dotty does not do this replacement and so the call fails with a NullPointerException.