`this` in lambda can refer to many things, like a ...
# announcements
o
this
in lambda can refer to many things, like a receiver value, class instance, and if lambda is an extension, then to a provided instance by a calling function. An issue in question is most definitely a bug, but I’m yet unsure which way it should work.