You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this from current master SDK tests/co19_2/src:
> grep -i error Language/Enums/syntax_t0[89].dart
Language/Enums/syntax_t08.dart: * @description Checks that it no compile error if declared constant values
Language/Enums/syntax_t09.dart: * @description Checks that it is no compile error if enum has more then one
I don't like then ;-), but I also don't see any occurrences of @compile-error, so it seems to be a missing fix in the Dart 2 tests. Perhaps the fix was made in the Dart 1 tests after the Dart 2 tests were created (as a copy/adjust operation from the former).
vsmenon
added
the
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
label
Sep 20, 2018
These co19 tests assert that two consecutive commas tokens in an enum declaration is valid, but I don't believe that it is valid.
The text was updated successfully, but these errors were encountered: