blob: 5fc04322d3d94a6df6ffdfcc032cbddf70946383 [file] [log] [blame]
(: Name: statictyping-18 :)
(: 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