Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove calls to
Binding#bindingType()
from within the Resolver.
We're currently refactoring the resolution logic to avoid things that require lookup of transitive dependencies, like the `BindingType`. Furthermore, for the usages in this CL, we shouldn't actually need the `BindingType` since just using the `BindingKind` should be sufficient. RELNOTES=N/A PiperOrigin-RevId: 671438774
- Loading branch information