mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
renamed "hasPrivateKeyword" to "has_private_keyword"
This commit is contained in:
@@ -42,7 +42,7 @@ public class DeclarationFlags {
|
||||
"is_static",
|
||||
"hasReadonlyKeyword",
|
||||
"has_public_keyword",
|
||||
"hasPrivateKeyword",
|
||||
"has_private_keyword",
|
||||
"hasProtectedKeyword",
|
||||
"isOptionalMember",
|
||||
"hasDefiniteAssignmentAssertion",
|
||||
|
||||
Reference in New Issue
Block a user