resolve getter/setter references with different scopes before combining docs #2693
Labels
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
type-code-health
Internal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
The new lookup code is going to skip over this problem much as the old one does, but it is still an issue. WRT comment reference resolution, each accessor in a GetterSetterCombo potentially has a different resolution grandparent (
definingLibrary
). This means that comment references in each piece of aField
orTopLevelVariable
should be resolved with that context in mind. Currently the docs just get squished together meaning one accessor or the other could resolve with the wrong scope.The text was updated successfully, but these errors were encountered: