Skip to content

Commit e3aa928

Browse files
authored
Fixes #1691. relational_A05_t01.dart. Remove wrong checks (#1717)
1 parent 9cfba59 commit e3aa928

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

LanguageFeatures/Patterns/relational_A05_t01.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,10 @@ String test(List<num> list) {
2424
[> "1" && <= 2] => "case 1",
2525
// ^^^
2626
// [analyzer] unspecified
27-
// [cfe] unspecified
28-
[== "42"] => "case 2",
29-
// ^^^^
30-
// [analyzer] unspecified
3127
// [cfe] unspecified
3228
[>= "10" && < 20] => "case 3",
3329
// ^^^^
3430
// [analyzer] unspecified
35-
// [cfe] unspecified
36-
[!= "100"] => "case 4",
37-
// ^^^^^
38-
// [analyzer] unspecified
3931
// [cfe] unspecified
4032
[> 1 && <= true] => "case 5",
4133
// ^^^^

0 commit comments

Comments
 (0)