Files
sdk/pkg/_macros
Simon Binder ff6e1df848 [macros]: Remove type argument from StaticTypeImpl
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>
2024-05-30 07:51:32 +00:00
..
2024-04-10 15:03:17 +00:00

Package _macros contains a private API for authoring macros. It is exposed as a public API by package:macros.