You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Overriding toString does not work. I feel like I must be doing something incredibly stupid, but have boiled this down to simplest thing that should work, and it doesn't.
Expected behavior
My toString implementation should be invoked, not that of the _$ReproImpl type. Even the IDE agrees it should be invoking my implementation because go-to-definition jumps there, but nope.
Describe the bug
Overriding
toString
does not work. I feel like I must be doing something incredibly stupid, but have boiled this down to simplest thing that should work, and it doesn't.To Reproduce
Expected behavior
My
toString
implementation should be invoked, not that of the_$ReproImpl
type. Even the IDE agrees it should be invoking my implementation because go-to-definition jumps there, but nope.This is using latest:
The text was updated successfully, but these errors were encountered: