blob: f4c9456d2f0c72135dffa8121286c3c193f92cd8 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-InternalVariablesWith-3 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: A variable declaration whose source expression doesn't match the declared type, and where it typically is difficult to deduce statically. :)
(:*******************************************************:)
declare variable $myVar as xs:integer := subsequence((1, 2, "a string"), 3, 1); $myVar eq 3