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

9 lines
206 B
Racket

#;
(exn-pred #rx"Type Checker: Declaration for `n' provided, but `n' has no definition")
#lang typed/racket
;; Test for the error message for unbound module bindings
;; with type annotations
(: n String)