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