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