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