Files
sdk/lib/compiler
ngeoffray@google.com 5afea1070a Generate nested else if:
if (a) {
} else if () {
}

instead of:

if (a) {
} else {
  if () {
  }
}
Review URL: https://chromiumcodereview.appspot.com//10541173

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8800 260f80e4-7a28-3924-810f-c04153c831b5
2012-06-18 15:55:25 +00:00
..
2012-06-18 15:55:25 +00:00