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
More specifically: The companion is of course a class (not a module) because it must be initialized with the outer pointer. It's simply the synthesized default getter that is wrong.
Repro:
expected: links,
get:
The problem is that the call-site and the definition site do not agree on whether the companion is a class or a module:
The text was updated successfully, but these errors were encountered: