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
If you attempt to use a class modifier on an enum today, the error is not super clear about the actual problem:
It would be nice if we could recognize what the user was trying to do (not declare a variable, but use a class modifier on an enum), and produce a nicer message, similar to what you see for an abstract mixin declaration: