throw Unreachable Code Exception
fun throwUnreachableCodeException(): L2_UNREACHABLE_CODE.UnreachableCodeException
Content copied to clipboard
Throw an UnreachableCodeException, but pretend to return one to make JVM data flow analysis happy (and keep instruction count low in the generated code for L2_UNREACHABLE_CODE).
Return
Never returns, always throws UnreachableCodeException.