Skip to content

Commit

Permalink
#2925. Add comment explaining why the syntax error is not reported in…
Browse files Browse the repository at this point in the history
… grammar_A05_t01_lib.dart (#2931)
  • Loading branch information
sgrekhov authored Oct 10, 2024
1 parent 9d11c67 commit dd66678
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LanguageFeatures/Parts-with-imports/grammar_A05_t01_lib.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@

library;

// This is a syntax error, but the tools will recognize `library` above and omit
// all further analysis of this file, and hence the syntax error (and any other
// errors in this file) will not be reported.
part of 'grammar_A05_t01.dart';

0 comments on commit dd66678

Please sign in to comment.