Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve types from the class header earlier
When building outlines, resolve unresolved types from the class header (including superclass, mixin, and interface types) before any methods from the body are parsed. This ensures that they types from the class header are not shadowed by names introduced in the body. Change-Id: Ie842b9ab23d9b44d91609f9e1bf79c052cfce2d4 Reviewed-on: https://dart-review.googlesource.com/c/81008 Commit-Queue: Kevin Millikin <[email protected]> Commit-Queue: Peter von der Ahé <[email protected]> Auto-Submit: Kevin Millikin <[email protected]> Reviewed-by: Peter von der Ahé <[email protected]>
- Loading branch information