renamed "hasReadonlyKeyword" to "has_readonly_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:59 +02:00
parent 4b74c1d4b3
commit 007447b0ad
6 changed files with 11 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ public class DeclarationFlags {
"is_computed",
"is_abstract_member",
"is_static",
"hasReadonlyKeyword",
"has_readonly_keyword",
"has_public_keyword",
"has_private_keyword",
"has_protected_keyword",