mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-08 13:08:34 +00:00
spelling: assert (present in Java before enum)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
f455cfa8f8
commit
d6f9cb3e68
@@ -100,6 +100,7 @@ RegexCharacter = [^\r\n\/]
|
||||
|
||||
/* keywords */
|
||||
"abstract" |
|
||||
"assert" |
|
||||
"boolean" |
|
||||
"break" |
|
||||
"byte" |
|
||||
@@ -151,7 +152,6 @@ RegexCharacter = [^\r\n\/]
|
||||
|
||||
/* Groovy reserved words not in Java */
|
||||
"as" |
|
||||
"asssert" |
|
||||
"def" |
|
||||
"in" |
|
||||
"threadsafe" |
|
||||
|
||||
Reference in New Issue
Block a user