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).
397397
398398The ``bindingset `` annotation takes a comma-separated list of variables.
399399
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.
402400- When you annotate a predicate, each variable must be an argument of the predicate, possibly including ``this ``
403401 (for characteristic predicates and member predicates) and ``result `` (for predicates that return a result).
404402 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.
405405
406406.. Links to use in substitutions
407407
You can’t perform that action at this time.
0 commit comments