We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test expects a compile-time error on extension types implementing Object.
Object
co19/LanguageFeatures/Extension-types/static_analysis_extension_types_A10_t03.dart
Lines 35 to 38 in b1935e5
According to dart-lang/sdk#53840, an extension type can implement Object. After landing https://dart-review.googlesource.com/c/sdk/+/333000 the CFE will stop the emit the error, and the test should be updated.
The text was updated successfully, but these errors were encountered:
This issue is addressed by #2328. Please review
Sorry, something went wrong.
Fixed by #2328
sgrekhov
No branches or pull requests
The following test expects a compile-time error on extension types implementing
Object
.co19/LanguageFeatures/Extension-types/static_analysis_extension_types_A10_t03.dart
Lines 35 to 38 in b1935e5
According to dart-lang/sdk#53840, an extension type can implement
Object
. After landing https://dart-review.googlesource.com/c/sdk/+/333000 the CFE will stop the emit the error, and the test should be updated.The text was updated successfully, but these errors were encountered: