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
The problem is that outer accessors can also be called from outside a class definition,
e.g. as part of pattern matching or type testing. So we have to be more conservative
where to remove them. A drastic measure is to restrict to anonaymous classes only,
which is what this commit does.
0 commit comments