After reading a KEEP on Bound Callable References I have a question. It would be really nice if we could create something like delegates in C#. It requires bound references to be comparable. I don’t think it’s possible to make bound references for the same member of a single instance equal by reference in general case. But it should be possible to override
equals()
in a
FunctionX
subclass to make bound references comparable. Is it going to be implemented in Kotlin?