We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98fcdd commit 42e8101Copy full SHA for 42e8101
docs/codeql/ql-language-reference/ql-language-specification.rst
@@ -638,6 +638,7 @@ Identifiers are used in following syntactic constructs:
638
classname ::= upperId
639
dbasetype ::= atLowerId
640
predicateRef ::= (moduleExpr "::")? literalId
641
+ signatureExpr ::= (moduleExpr "::")? simpleId ("/" Integer | arguments)?;
642
predicateName ::= lowerId
643
varname ::= lowerId
644
literalId ::= lowerId | atLowerId
0 commit comments