Closed
Description
The following are suggested updates in the tests.
Duplicating keys in a map literal (given that e1
is a compile-time constant and is known to have the value 1
) should be removed.
Error message locations should be updated for the CFE.
- https://github.com/dart-lang/co19/blob/master/LanguageFeatures/Control-flow-collections/Null-aware-elements/disambiguating_A01_t02.dart
- https://github.com/dart-lang/co19/blob/master/LanguageFeatures/Control-flow-collections/Null-aware-elements/disambiguating_A02_t02.dart
Typos.
(f4)
should be replaced withf(4)
in https://github.com/dart-lang/co19/blob/master/LanguageFeatures/Control-flow-collections/Null-aware-elements/runtime_A02_t02.dart- Missing
>
and an extra?
in