blob: 5d00c97f4e0e169793de1654d530a084b6e36840 [file] [log] [blame]
(: Name: statictyping-19 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong cardinality for operator (uses "-" operator). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := (1,2,3)
where ($var - 1)
return $var