Skip to content

Commit

Permalink
feat(objectionary#2665): qulice
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 4, 2023
1 parent 19d9390 commit ccd731d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eo-parser/src/main/java/org/eolang/parser/XeListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ public void exitVersion(final ProgramParser.VersionContext ctx) {
}

@Override
@SuppressWarnings("PMD.ConfusingTernary")
public void enterAs(final ProgramParser.AsContext ctx) {
this.objects.enter();
final String has;
Expand Down

0 comments on commit ccd731d

Please sign in to comment.