blob: c7ffa9a1e267d7ec58ac74a513ed5d06361b68c9 [file] [log] [blame]
(: Name: statictyping-6 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong operand for expression (uses fn:sum). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
for $var in ("a","b","c")
where fn:sum(($var,1))
return $var