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