typed-racket/typed-racket-test/succeed/pr14355.rkt
2014-12-16 10:07:25 -05:00

9 lines
214 B
Racket

#lang typed/racket
;; Test for PR 14355. Ideally would be a unit test, but
;; the bug could not be triggered via the harness
;; make sure this doesn't result in an internal error
(cast (cast "x" String) String)