-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bad-testReport tests in need of updates. When closed, the tests should be considered goodReport tests in need of updates. When closed, the tests should be considered good
Description
Typo:
| Expect.equals("<dynamic, dynamic>{1: -2}", testMap(const {1: -2})); |
co19/LanguageFeatures/Patterns/constant_A03_t05.dart
Lines 62 to 63 in b18d74e
| if (value case const <dynamic, dynamic>{1: 2}) { | |
| return "<dynamic, dynamic>{1: -2}"; |
Probably should be <dynamic, dynamic>{1: -2} at line 62.
Metadata
Metadata
Assignees
Labels
bad-testReport tests in need of updates. When closed, the tests should be considered goodReport tests in need of updates. When closed, the tests should be considered good