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
Based on #57092, I'm proposing we also add both ResolvedLibraryResult and ResolvedUnitResult to all our RefactoringImpl classes.
This will help us with some processing without the need to use the SearchEngine for some easier refactorings (like #57031). And since for most of the current Refactors we already provide a ResolvedUnitResult, we already have the ResolvedLibraryResult handy.