Javadoc
Assertion that this code position should never be reached during compilation. It can be used
for exceptional code paths or rare code paths that should never be included in a compilation
unit. See
CompilerDirectives#transferToInterpreter() for the corresponding compiler
directive.