mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
renamed "hasDefiniteAssignmentAssertion" to "has_definite_assignment_assertion"
This commit is contained in:
@@ -45,7 +45,7 @@ public class DeclarationFlags {
|
||||
"has_private_keyword",
|
||||
"has_protected_keyword",
|
||||
"is_optional_member",
|
||||
"hasDefiniteAssignmentAssertion",
|
||||
"has_definite_assignment_assertion",
|
||||
"has_declare_keyword");
|
||||
|
||||
public static boolean isComputed(int flags) {
|
||||
|
||||
Reference in New Issue
Block a user