Skip to content

Commit 42e8101

Browse files
committed
mention signatureExpr in section on use of identifier rules
1 parent d98fcdd commit 42e8101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ Identifiers are used in following syntactic constructs:
638638
classname ::= upperId
639639
dbasetype ::= atLowerId
640640
predicateRef ::= (moduleExpr "::")? literalId
641+
signatureExpr ::= (moduleExpr "::")? simpleId ("/" Integer | arguments)?;
641642
predicateName ::= lowerId
642643
varname ::= lowerId
643644
literalId ::= lowerId | atLowerId

0 commit comments

Comments
 (0)