I.e. that this behaves differently ```fun foo() { ...
# language-proposals
y
I.e. that this behaves differently
Copy code
fun foo() {
ints.forEach {
if (it == 0) return
print(it)
}
}