We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
else if
This is a special case of #464 that's not fixed yet:
Input file
return if (foo) { foo; } else if (bar) { bar; } else { foobar; }
Broken output