In Scala, if you can return Nothing as an expressi...
# stdlib
n
In Scala, if you can return Nothing as an expression, how does that relate to the type Nothing having no values? What does the expression
Nothing
do?