compile: Fix inlined return in closure
authorJean Privat <jean@pryen.org>
Wed, 3 Jun 2009 13:47:35 +0000 (09:47 -0400)
committerJean Privat <jean@pryen.org>
Wed, 10 Jun 2009 14:00:55 +0000 (10:00 -0400)
commitd9945d52f1b173335eeee8a715507dfbf34a2e3c
treec1361adbd1afd8009203307fcd7c383463ab4875
parentbd8c50dc8292396e942eeab5ca9740e17c8d4f16
compile: Fix inlined return in closure

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiling/compiling_methods.nit
tests/sav/test_closure_inlined_return.sav [new file with mode: 0644]
tests/sav/test_closure_inlined_return_alt1.sav [new file with mode: 0644]
tests/test_closure_inlined_return.nit [new file with mode: 0644]