Sanity check: Does the kotlin `continue` keyword ...
# getting-started
a
Sanity check: Does the kotlin
continue
keyword also return
Nothing
?
👌 1
e
"return" isn't a great way to put it, but the
continue
expression has type
Nothing
, just like
return
,
break
,
throw