is there any tracked issue for something like havi...
# language-proposals
r
is there any tracked issue for something like having value assignments inside when clauses? e.g.
when(val x = a.b.c.d) { .... }
having to split that on different rows looks bloated imo