Skip to content

Commit

Permalink
#2559. Fix typo in augmenting_enum_values_A05_t05.dart (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Sep 27, 2024
1 parent c3fd9bb commit 30ad08b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ augment enum E2 {
main() {
Expect.equals("name1", E1.name);
Expect.equals("e0", E1.e0.name);
Expect.equals("name2", E2.e0.name);
Expect.equals("name2", E2.name);
Expect.equals("e0", E2.e0.name);
}

0 comments on commit 30ad08b

Please sign in to comment.