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
Do not load enclosing objects when accessing inner static classes and objects.
This restores parity with the run-time semantics of Scala 2. When
accessing an inner static class or object, we avoid loading the
enclosing objects as values.
The discrepancy in run-time semantics was introduced as a
by-product of #1445
The change in `t4859.check` restores it to its previous state,
before that PR.
0 commit comments