Files
sdk/lib
floitsch@google.com 232fbebdfa Don't lose the expected precedence during && compilation.
When transforming if (foo) bar; to foo && bar make sure that
bar is compiled with the correct precedence.
In particular avoid foo && toto = 499;
instead of
foo && (toto = 499).

Fixes issue 3862.

Review URL: https://chromiumcodereview.appspot.com//10669035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9157 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-27 11:40:55 +00:00
..
2012-06-27 10:11:50 +00:00
2012-06-18 16:07:08 +00:00
2012-06-27 10:11:50 +00:00
2012-06-27 09:07:36 +00:00
2012-06-26 07:51:10 +00:00
2012-06-12 21:07:49 +00:00
2012-04-03 09:42:27 +00:00