We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e24873 commit e0fc9baCopy full SHA for e0fc9ba
docs/codeql/ql-language-reference/predicates.rst
@@ -235,6 +235,7 @@ Here are a few examples of infinite predicates:
235
/*
236
Compilation error:
237
ERROR: "str" is not bound to a value.
238
+ ERROR: expression is not bound to a value.
239
*/
240
predicate shortString(string str) {
241
str.length() < 10
0 commit comments