Determine about the unreachable code assertion
An unreachable code assertion is an assertion that is placed at a point in a program that shouldn't be executed under any circumstances. For instance, cases in a switch statement often exhaust the possible values of the switch expression so execution must never reach the default case.