Why do compiler-generated Continuations sometimes ...
# compiler
y
Why do compiler-generated Continuations sometimes have self-references? I first noticed this with a gist Roman Elizarov had to showcase continuation cloning, and I have observed these self-references in practice. I don't understand though why they exist instead of just using
this
.
j
Sounds like https://youtrack.jetbrains.com/issue/KT-73328 which was just patched like yesterday
❤️ 1
K 1
y
Dangit, should've checked Youtrack before asking! Thank you!