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
Previously, a constant right hand side was not propagated
to the type of a final val that implemented another val
with a given type. The inherited type was used instead.
This means final vals implementing abstract vals
get evaluated too late.
0 commit comments