- Fix degenerate case of
case
statement with a singlewhen
and anelse
(which is really anif
made complex, but it should work nonetheless).
case
statement with a single when
and an else
(which is really an if
made complex, but it should work nonetheless).