[analyzer] augment library
syntax is not supported
#55374
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
feature-macros
Implementation of the macros feature
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
For augmented libraries syntax was changed from
library augment...
toaugment library...
. But this new syntax is not supported by analyzer (nor by CFE as well) and producesCOMPILE_TIME_ERROR.IMPORT_OF_NOT_AUGMENTATION
The text was updated successfully, but these errors were encountered: