spelling: assert (present in Java before enum)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:34:01 -04:00
committed by Jindra Petřík
parent f455cfa8f8
commit d6f9cb3e68

View File

@@ -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" |