Skip to content

Commit

Permalink
fix for keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Nov 17, 2022
1 parent 1cece99 commit 2eb52e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/me/darknet/assembler/parser/Keyword.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public enum Keyword {
KEYWORD_VARARGS,
KEYWORD_VOLATILE,
KEYWORD_TRANSIENT,
KEYWORD_INTERFACE,
KEYWORD_ANNOTATION_ACCESS,
KEYWORD_ENUM_ACCESS,
KEYWORD_SUPER
);
Expand Down

0 comments on commit 2eb52e1

Please sign in to comment.