I see mutliple issues with the proposed feature, s...
# language-proposals
o
I see mutliple issues with the proposed feature, starting with compatibility:
Copy code
fun foo() = run {
   for (i in 1..10) i
}
would change return type of
foo
from
Unit
to
Int