Poor error message when a keyword is used as an identifier in a library name #35511
Labels
legacy-area-front-end
Legacy: Use area-dart-model instead.
model-error-recovery
Error recovery in analyzer/CFE.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
I created a library with the following name:
library data.void;
I got these errors from
dartanalyzer
:I get no errors if I rename the library:
library data.void_;
I'm using dart 2.1.0 (stable) on macOS High Sierra 10.13.6 (17G3025)
The text was updated successfully, but these errors were encountered: