Skip to content

Commit e0fc9ba

Browse files
committed
add error for shotString
1 parent 1e24873 commit e0fc9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Here are a few examples of infinite predicates:
235235
/*
236236
Compilation error:
237237
ERROR: "str" is not bound to a value.
238+
ERROR: expression is not bound to a value.
238239
*/
239240
predicate shortString(string str) {
240241
str.length() < 10

0 commit comments

Comments
 (0)