why am i not allowed to return to an outer functio...
# language-proposals
l
why am i not allowed to return to an outer function from within an inner function ?
d
The inner function pretty much becomes a lambda. JVM doesn't allow return past the current function.