renamed "isStatic" to "is_static"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:54 +02:00
parent 10439fb522
commit 2c3b3e7173
8 changed files with 14 additions and 7 deletions

View File

@@ -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);