Skip to content

Commit

Permalink
fix: adds back checking variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Jun 7, 2024
1 parent 559aca6 commit 450218b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,7 @@ private void className() {
if (expectChar('*')) {
wildcard();
} else {
checkVariableName(this.lookhead);
getCodeGenerator().onConstant(this.lookhead.withMeta(Constants.USE_CLASS_PKG, true));
}
move(true);
Expand Down

0 comments on commit 450218b

Please sign in to comment.