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
Rules for member conflicts are described and discussed in dart-lang/sdk#33235. Some co19 tests expect compile-time errors for situations which are not defined to be conflicts. These are marked in https://github.com/dart-lang/sdk/blob/master/tests/co19_2/co19_2-kernel.status as Legal, see #33235.
co19
Legal, see #33235
There is a corresponding issue for fixing tests to conform to these rules: dart-lang/sdk#33238
The text was updated successfully, but these errors were encountered:
Fix for issue #179. Names conflict fixed
119bf06
Merge pull request #190 from dart-lang/issue179
481920e
Fixed by #190
Sorry, something went wrong.
ngolovleva
No branches or pull requests
Rules for member conflicts are described and discussed in dart-lang/sdk#33235. Some
co19
tests expect compile-time errors for situations which are not defined to be conflicts. These are marked in https://github.com/dart-lang/sdk/blob/master/tests/co19_2/co19_2-kernel.status asLegal, see #33235
.There is a corresponding issue for fixing tests to conform to these rules: dart-lang/sdk#33238
The text was updated successfully, but these errors were encountered: