add error for shotString

This commit is contained in:
madneal
2021-01-11 19:15:22 +08:00
parent 1e2487320c
commit e0fc9bac08

View File

@@ -235,6 +235,7 @@ Here are a few examples of infinite predicates:
/*
Compilation error:
ERROR: "str" is not bound to a value.
ERROR: expression is not bound to a value.
*/
predicate shortString(string str) {
str.length() < 10