Skip to content

class Crystal::Unreachable
inherits Crystal::ASTNode

Fictitious node to mean a location in code shouldn't be reached. This is used in the implicit else branch of a case.

Methods

#clone_without_location

View source