Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2bc03c

Browse files
author
alexet
committed
QLSpec: Consistency in primary expression order.
1 parent a448db1 commit e2bc03c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,10 +998,13 @@ There are several kinds of expressions:
998998
| literal
999999
| variable
10001000
| super_expr
1001-
| callwithresult
10021001
| postfix_cast
1002+
| callwithresults
10031003
| aggregation
10041004
| any
1005+
| range
1006+
| setliteral
1007+
10051008

10061009
Parenthesized expressions
10071010
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)