Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
4 cherry-picks + a version bump: 1. cherry-pick 8be17e1 Fix flutter CI with re-internalized snippets tool (#3776) 2. cherry-pick ae1f184 Use package:analyzer/source/source.dart (#3780) 3. cherry-pick db3a0ec Restrict validation of runtime renderer files to a single, target version of (#3778) the analyzer package. 4. cherry-pick 36db497 Fix referencing an aliased type parameter. (#3784) What is an aliased type parameter? Good question! `typedef TD<T> = T;` is such an alias. The fix is pretty simple, we just weren't previously handling this case, or being safe. 5. Bump to 8.0.9+1 --------- Co-authored-by: Konstantin Scheglov <scheglov@google.com>
- Loading branch information