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
This issue was originally filed by @mhausner
Also see co19 issue #301.
The dart spec allows using super with the prefix operator !. Boolean operators cannot be overloaded and thus !super is not allowed.
Gilad, I think we had this discussion a while ago and concluded that !super should not be allowed. The grammar needs to be corrected.
The text was updated successfully, but these errors were encountered:
Fixed in 1.01 draft.
Added Done label.
Sorry, something went wrong.
gbracha
No branches or pull requests
This issue was originally filed by @mhausner
Also see co19 issue #301.
The dart spec allows using super with the prefix operator !. Boolean operators cannot be overloaded and thus !super is not allowed.
Gilad, I think we had this discussion a while ago and concluded that !super should not be allowed. The grammar needs to be corrected.
The text was updated successfully, but these errors were encountered: