Add a test for PR 13490

The bug itself was already fixed by Eric Dobson

original commit: 9636a70f8bdacf347a5bbf2853e8fad69ef1a65f
This commit is contained in:
Asumu Takikawa 2013-02-07 13:48:57 -05:00
parent dc0aa82b0d
commit 83d573bac4

View File

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