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 89a2c8f commit 2dfcd19Copy full SHA for 2dfcd19
LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart
@@ -34,8 +34,8 @@ main() {
34
// [analyzer] unspecified
35
// [cfe] unspecified
36
37
- const res2 = MyClass2((null as String).length > 0));
38
-// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ const res2 = MyClass2((null as String).length > 0);
+// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
40
41
0 commit comments