Skip to content

Commit d077ffc

Browse files
authored
Fixes #2907. Update expected errors positions in grammar_A04_t01_part1.dart (#2912)
1 parent 213cde4 commit d077ffc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

LanguageFeatures/Parts-with-imports/grammar_A04_t01_part1.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727
2828
// SharedOptions=--enable-experiment=enhanced-parts
2929

30-
/**/part of 'grammar_A04_t01.dart';
31-
/**/part of 'grammar_A04_t01_lib.dart';
32-
// ^^^^
33-
// [analyzer] unspecified
34-
// [cfe] unspecified
30+
part of 'grammar_A04_t01.dart';
31+
part of 'grammar_A04_t01_lib.dart';

0 commit comments

Comments
 (0)