We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
With constructor tearoffs enabled, the error messages seen in this test regress somewhat.
As an example, this code:
main() { new A(); }
used to produce the error Couldn't find constructor 'A'.foo. and now produces Member not found: 'A.foo' .
Couldn't find constructor 'A'.foo.
Member not found: 'A.foo'
Feel free to close this out if it's not planned to fix, just wanted to call it out as a change. I will update expectations in the test for now.
cc @johnniwinther @devoncarew
The text was updated successfully, but these errors were encountered:
Also see https://dart.googlesource.com/sdk/+/bbaf3a34d71d375947151db3c8ec01911e539324/tests/language/class/variable_shadow_class_test.dart
Sorry, something went wrong.
8c9a469
johnniwinther
No branches or pull requests
With constructor tearoffs enabled, the error messages seen in this test regress somewhat.
As an example, this code:
used to produce the error
Couldn't find constructor 'A'.foo.
and now producesMember not found: 'A.foo'
.Feel free to close this out if it's not planned to fix, just wanted to call it out as a change. I will update expectations in the test for now.
cc @johnniwinther @devoncarew
The text was updated successfully, but these errors were encountered: