scala3 icon indicating copy to clipboard operation
scala3 copied to clipboard

Heal member-select on opaque reference

Open dwijnand opened this issue 1 year ago • 0 comments

When the prefix of an opaque isn't the .this reference of the module class, then its RHS isn't visible. TypeComparer uses ctx.owner to "heal" or "lift" this type such that it is. We reuse that logic for member selection.

Fixes #19609

dwijnand avatar Feb 19 '24 11:02 dwijnand