Skip to content

Commit

Permalink
Fixes dart-lang#2432. Remove excessive expected error for CFE
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov committed Dec 15, 2023
1 parent 593a9f6 commit 1b0bd71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions LanguageFeatures/Extension-types/syntax_A08_t04.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
// SharedOptions=--enable-experiment=inline-class

extension type ET1(int id) {
// ^^
// [cfe] unspecified
late int id = 0;
// ^^
// [analyzer] unspecified
Expand Down

0 comments on commit 1b0bd71

Please sign in to comment.