it does know the return type if you specify the la...
# getting-started
p
it does know the return type if you specify the lambda type explicitly, right?
d
I'm talking about a non-local return.
return
is always non-local when used in a lambda (by nature of the lambda not being declared with
fun
)