Skip to content
Snippets Groups Projects
Commit d1aa1ebe authored by Jesper's avatar Jesper
Browse files

Change default AST state class name to ASTState

The AST state class previously had the default name ASTNode$State to avoid
conflict with other class names. However, it is usually considered bad practice
to use the dollar sign in class names, since the Java compiler uses the dollar
sign in the names of implicitly generated classes.
parent 35efd57f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment