mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
renamed "isStatic" to "is_static"
This commit is contained in:
@@ -515,7 +515,7 @@ case @property.kind of
|
||||
|
||||
is_computed (int id: @property ref);
|
||||
is_method (int id: @property ref);
|
||||
isStatic (int id: @property ref);
|
||||
is_static (int id: @property ref);
|
||||
isAbstractMember (int id: @property ref);
|
||||
isConstEnum (int id: @enumdeclaration ref);
|
||||
isAbstractClass (int id: @classdeclstmt ref);
|
||||
|
||||
Reference in New Issue
Block a user