Prefix names are lexically scoped. #32248
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
dart-model-analyzer-spec
Issues with the analyzer's implementation of the language spec
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Milestone
The analyzer is treating prefix names as special in some cases and lexically scoped in other cases.
It should treat the prefix name as lexically scoped in all cases, so:
See #32200 for more detail.
The text was updated successfully, but these errors were encountered: