Add a test for PR 13490
The bug itself was already fixed by Eric Dobson original commit: 9636a70f8bdacf347a5bbf2853e8fad69ef1a65f
This commit is contained in:
parent
dc0aa82b0d
commit
83d573bac4
4
collects/tests/typed-racket/succeed/pr13490.rkt
Normal file
4
collects/tests/typed-racket/succeed/pr13490.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang typed/racket
|
||||
(define: z : 0+3.14i 0+3.14i)
|
||||
(number->string z)
|
||||
|
Loading…
Reference in New Issue
Block a user