I think so, since in Java you can't enforce it. To...
# language-proposals
r
I think so, since in Java you can't enforce it. To make a java compatible edge it would have to be like:
Copy code
fun javaApi() = run { effect() }
or something along those lines
r
In that case, I can see how it's possible, but I'm still struggling to understand how it's really beneficial.