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
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
This is because all the tokens corresponding to a construct are generated all at once and then the super method is called. This results in the wrong token order. The correct way would be to re-implement the super method as is done in `visitIf`.
The text was updated successfully, but these errors were encountered:
tsaglam
added
bug
Issue/PR that involves a bug
minor
Minor issue/feature/contribution/change
good first issue
Good first issue for new contributors. New contributors are welcome!
labels
Dec 19, 2022
bugIssue/PR that involves a buglanguagePR / Issue deals (partly) with new and/or existing languages for JPlagminorMinor issue/feature/contribution/change
This is because all the tokens corresponding to a construct are generated all at once and then the super method is called. This results in the wrong token order. The correct way would be to re-implement the super method as is done in `visitIf`.
The text was updated successfully, but these errors were encountered: