blob: af9524e4c0b989d34f4ecb127dfa49ba9f9a7a91 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-sequenceExprTypeswitch-7 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: A typeswitch with an operand expression being the comma operator using no paranteses. :)
(:*******************************************************:)
(typeswitch(1, 2, 3)
case xs:string+ return -1
case xs:integer+ return 1
default return -2)
eq 1