Add test for duplicate annotations.

original commit: 6033c497951eb51870e8d1327fe76eecad6e102a
This commit is contained in:
Eric Dobson 2013-05-27 11:27:08 -07:00
parent 098b654d64
commit 1fd01540ca

View File

@ -1647,6 +1647,7 @@
(apply (inst values A B ... B) a b))
(All (A B ...) (A B ... -> (values A B ... B))))
(-polydots (a b) ((list a) (b b) . ->... . (make-ValuesDots (list (-result a)) b 'b)))]
[tc-e/t (ann (ann 'x Symbol) Symbol) -Symbol]
)
(test-suite
"check-type tests"