Add a test for PR 13490

The bug itself was already fixed by Eric Dobson
This commit is contained in:
Asumu Takikawa 2013-02-07 13:48:57 -05:00
parent 4b9d43ce00
commit 9636a70f8b

View File

@ -0,0 +1,4 @@
#lang typed/racket
(define: z : 0+3.14i 0+3.14i)
(number->string z)