nitg: Corrected bug when creating a new AVarExpr, uses the last inferred type instead...
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 11 Feb 2014 21:10:40 +0000 (16:10 -0500)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 11 Feb 2014 21:10:40 +0000 (16:10 -0500)
commitb085da964b4bc14bb38f5a554c8482fe47c27d6f
treed0bb588b449c0d04194ed3b8caff9c28d9e8f61b
parenta841e1e3584f52b8dbcb6c3fe74899ce1eced189
nitg: Corrected bug when creating a new AVarExpr, uses the last inferred type instead of its definition type.

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
src/astbuilder.nit
src/transform.nit
src/typing.nit
tests/base_reassign_test.nit [new file with mode: 0644]
tests/sav/base_reassign_test.res [new file with mode: 0644]