Join Slack
Powered by
`exitProcess()` also returns `Nothing` because it ...
# language-proposals
k
kirillrakhman
05/27/2016, 9:21 AM
exitProcess()
also returns
Nothing
because it calls
System.exit
, however as this one
doesn't
return
Nothing
it needs to have a
throw
at the end for the compiler to accept it
Open in Slack
Previous
Next