Chromium Code Reviews
DescriptionGenerate nested else if:
if (a) {
} else if () {
}
instead of:
if (a) {
} else {
if () {
}
}
Committed: https://code.google.com/p/dart/source/detail?r=8800
Patch Set 1 #
Total comments: 5
Patch Set 2 : #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|