Skip to content

Commit 8905507

Browse files
committed
Fixed Issue #493: typo corrected.
1 parent 8dfc0f1 commit 8905507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LanguageFeatures/Constant-update-2018/ShortCircuitOperators_A04_t27.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ main() {
3434
// [analyzer] unspecified
3535
// [cfe] unspecified
3636

37-
const res2 = MyClass2((null as String).length > 0));
38-
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37+
const res2 = MyClass2((null as String).length > 0);
38+
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3939
// [analyzer] unspecified
4040
// [cfe] unspecified
4141

0 commit comments

Comments
 (0)