Suggestion: toString of an object declared with an...
# language-proposals
n
Suggestion: toString of an object declared with an
object
expression should return the object’s name without the ‘@<id>’ suffix.
👍 1
d
I think you mean a Singleton
object
, not anonymous class
object
(which is the only thing an
object
expression could be)
n
Yes. That is what I meant.
o
You obviously didn’t debug class loading issues ever 😆
😆 1