-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[cfe] co19/LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t27 failure #48577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Similar issue with co19/LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t26 (in this case it's the other error message about nearly the same topic). |
Same issue with co19/LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t25. |
I'm working on a fix at https://dart-review.googlesource.com/c/sdk/+/237580. |
A similar issue arises for |
Variant of the issue above with |
One more variant with |
One more variant with |
One more variant with Fault in test handled separately, cf. dart-lang/co19#1321. |
One more variant in LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t13. |
Said test causes a failure, cf. dart-lang/co19#1316. The failure is a missing compile-time error for a mixin that declares an operator
==
and hasEnum
as a superinterface (cf. https://github.com/dart-lang/language/blob/master/accepted/future-releases/enhanced-enums/feature-specification.md#implementing-enum-and-enum-types).The test needs an adjustment as well, that will occur separately, dart-lang/co19#1319.
The text was updated successfully, but these errors were encountered: