Couldn't the compiler tell when the lambda was bei...
# language-proposals
n
Couldn't the compiler tell when the lambda was being used as a first class value (eg passed to addListener & removeListener) and so create an object for it in those cases only?
👍 1