ff6e1df848
This is a follow-up to the previous CL adding support for named static types and instantiations to macros (https://dart-review.googlesource.com/c/sdk/+/348920). The type argument on `StaticTypeImpl` was not necessary so this CL removes it. Change-Id: I1e309c819be86f7f81ba4b7a418ed1f22ba7ac8b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368424 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com>
Package _macros contains a private API for authoring macros.
It is exposed as a public API by package:macros.