Files
sdk/pkg/_macros
Erik Ernst 624835988a Adjust cast.dart to avoid type variable shadowing type
This is a non-functional change to _macros, it only renames two type
variables whose scope is enclosed in a single function body, such that
said shadowing doesn't occur.

Change-Id: Ia196e5cb50a5d9864d002e3aa9f60eb442ebea25
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/383244
Reviewed-by: Jake Macdonald <jakemac@google.com>
2024-09-03 16:08:48 +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.