From Twitter, this Gist shows the problem of 20 ne...
# language-proposals
a
From Twitter, this Gist shows the problem of 20 nested
with ...
statements https://gist.github.com/mkulak/0877c1dfeee7b14f6da5c1b0dd115224 and trying to avoid that is "hard"
y
Right now I just suppress the error with
@Supress("SUBTYPING_BETWEEN_CONTEXT_RECEIVERS")
but I believe there's an issue for this and it'll get fixed eventually
x
Thanks for @Suppress tip, it compiles now, i'll update the gist