We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfba59 commit e3aa928Copy full SHA for e3aa928
LanguageFeatures/Patterns/relational_A05_t01.dart
@@ -24,18 +24,10 @@ String test(List<num> list) {
24
[> "1" && <= 2] => "case 1",
25
// ^^^
26
// [analyzer] unspecified
27
-// [cfe] unspecified
28
- [== "42"] => "case 2",
29
-// ^^^^
30
-// [analyzer] unspecified
31
// [cfe] unspecified
32
[>= "10" && < 20] => "case 3",
33
// ^^^^
34
35
36
- [!= "100"] => "case 4",
37
-// ^^^^^
38
39
40
[> 1 && <= true] => "case 5",
41
0 commit comments