fix: update reserved keywords (PR #2301)

This commit is contained in:
pubiqq
2024-10-11 22:47:34 +03:00
committed by GitHub
parent c21cabcba7
commit 1475e887c8
@@ -19,6 +19,7 @@ public class NameMapper {
private static final Set<String> RESERVED_NAMES = new HashSet<>(
Arrays.asList(
"_",
"abstract",
"assert",
"boolean",