blob: 33a00991f6d97e38231535205982b8ff0eba26f7 [file] [log] [blame]
(: Name: ForExprType046 :)
(: Description: FLWOR expressions with type declaration. Attempt to promote xs:decimal | xs:double | xs:integer - no common subtype :)
for $test as xs:double in ( 1, 1e2, 0.3 )
return $test