Skip to content

Commit

Permalink
Fixes #2893. In case of ambiguous export don't expect an error on the…
Browse files Browse the repository at this point in the history
… first export (#2895)
  • Loading branch information
sgrekhov authored Sep 26, 2024
1 parent 15f11e8 commit 3c1dd79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LanguageFeatures/Parts-with-imports/export_A02_t02_part1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
part of 'export_A02_t02.dart';

export 'parts_lib.dart';
// ^^^^^^^^^^^^^^
// [analyzer] unspecified
// [cfe] unspecified

part 'export_A02_t02_part2.dart';

0 comments on commit 3c1dd79

Please sign in to comment.