spelling: assert (present in Java before enum)

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
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" |