fix: update reserved keywords (PR #2301)
This commit is contained in:
@@ -19,6 +19,7 @@ public class NameMapper {
|
||||
|
||||
private static final Set<String> RESERVED_NAMES = new HashSet<>(
|
||||
Arrays.asList(
|
||||
"_",
|
||||
"abstract",
|
||||
"assert",
|
||||
"boolean",
|
||||
|
||||
Reference in New Issue
Block a user