File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ set of tuples).
397
397
398
398
The ``bindingset `` annotation takes a comma-separated list of variables.
399
399
400
- - When you annotate a class, each variable must be ``this `` or a field in the class.
401
- Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
402
400
- When you annotate a predicate, each variable must be an argument of the predicate, possibly including ``this ``
403
401
(for characteristic predicates and member predicates) and ``result `` (for predicates that return a result).
404
402
For more information, see ":ref: `predicate-binding `."
403
+ - When you annotate a class, each variable must be ``this `` or a field in the class.
404
+ Binding sets for classes are supported from release 2.3.0 of the CodeQL CLI, and release 1.26 of LGTM Enterprise.
405
405
406
406
.. Links to use in substitutions
407
407
You can’t perform that action at this time.
0 commit comments