Skip to content

Commit

Permalink
Fixes #2176. Fix unintended error in static_analysis_extension_types_…
Browse files Browse the repository at this point in the history
…A11_t01.dart (#2184)
  • Loading branch information
sgrekhov authored Aug 11, 2023
1 parent e65d190 commit 81c3f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class C1 extends V {
// ^
// [analyzer] unspecified
// [cfe] unspecified
C1(int id) : super(id);
C1(int id);

int get id => 0;
}
Expand Down

0 comments on commit 81c3f51

Please sign in to comment.