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
Consider setter of effectively private var (scala#23211)
Anonymous classes get a setter for a var member:
as usual, don't warn about the setter but only about the var getter.
Additionally, check whether the setter is referenced before claiming
that the var is unset.
Fixesscala#23200
[Cherry-picked 48e173a][modified]
0 commit comments