blob: 3e5f2562c3ddaa2b8bd7cf4df4dff7d2d17a7045 [file] [log] [blame]
(: Name: statictyping-10 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong operand for expression (uses "div" operator). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $var in ("a","b","c")
where ($var div 2) = 3
return $var