Closes PR 11582
This commit is contained in:
Matthew Flatt 2010-12-31 14:01:03 -07:00
parent 5809860dd3
commit 1e3b2ee9ee

View File

@ -119,7 +119,7 @@ the expansion is
@racketblock[
(let ([set!_1 5]
[other 6])
(let ([tmp_1 tmp])
(let ([tmp_1 set!_1])
(set! set!_1 other)
(set! other tmp_1))
(list set!_1 other))