blob: 7fbcabff8cf5843f25f6915b8a6bcf9adba909eb [file] [log] [blame]
(: Name: statictyping-1 :)
(: 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 $var + 1 = 3
return $var