Move multi-expressions out of the test of an if.  That is:

  (a,b,c)?d:e  ->  (a,b,(c?d:e))

Review by: scottb (desk check)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2977 8db76d5a-ed1c-0410-87a9-c151d255dfc7
3 files changed