Join Slack
Powered by
I see mutliple issues with the proposed feature, s...
# language-proposals
o
orangy
02/07/2017, 8:20 PM
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
Open in Slack
Previous
Next