renamed "hasPublicKeyword" to "has_public_keyword"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:57 +02:00
parent 29e5bdb4d7
commit 82ddbc3b47
6 changed files with 11 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ public class DeclarationFlags {
"is_abstract_member",
"is_static",
"hasReadonlyKeyword",
"hasPublicKeyword",
"has_public_keyword",
"hasPrivateKeyword",
"hasProtectedKeyword",
"isOptionalMember",