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
Currently in a class definition, you can actually have a method called
`get`. However with our match of `get` `set` and `static` as keywords,
we broke the ability to properly support those method names. This
should fix those cases.
0 commit comments