Skip to content

Commit

Permalink
Fixes #1989. Typo in object_A03_t01.dart fixed (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrekhov authored Apr 4, 2023
1 parent 4564cc4 commit 53a3050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LanguageFeatures/Patterns/object_A03_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ String test(Object o) => switch(o) {
// [cfe] unspecified
_ => "no match"
// ^^
// [analyzer] HINT.UNREACHABLE_SWITCH_CA
// [analyzer] HINT.UNREACHABLE_SWITCH_CASE
};

main() {
Expand Down

0 comments on commit 53a3050

Please sign in to comment.