blob: 06f2b7a41223e3ee1769b74e0eb9c484cbfafe49 [file] [log] [blame]
<option>SPECIAL_ELSE_IF_TREATMENT=true</option>
if (a) {
// ...
} else if (a) {
// ...
} else if (a) {
// ...
}
-----
if (a) {
// ...
} else if (a) {
// ...
} else if (a) {
// ...
}