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