@yole reference to your comment on PR
https://github.com/JetBrains/kotlin/pull/952 regarding placement of default statement in the middle of the compounded case statements, my
new strategy is to update the splitToCases function in SwitchConverter.kt, so that irrespective of the placement of the default statement, the compound case statements are separated from the default statement and both have the same return statement