blob: 7f1f8236311c0669919fc4b7725ed75dcf32dfc3 [file] [log] [blame]
(: Name: statictyping-17 :)
(: Description: Evaluation of static typing feature within a "where" clause. Wrong cardinality for operator (uses ne operator). :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
let $var := ("a","b","c")
where ($var ne 1)
return $var