Is there any equivalent in Kotlin to the way you c...
# getting-started
r
Is there any equivalent in Kotlin to the way you can fall through a switch statement in Java (i.e. cases that have no or conditional
break;
statements)