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
See dart-lang/sdk#30326.
I think the only affected doc is the last paragraph of https://www.dartlang.org/guides/language/language-tour#assert.
The text was updated successfully, but these errors were encountered:
Update language-tour.md
1a3d2f4
Update assert description to only allow expressions of type boolean (and not allow functions). Fixes #572.
Verified that this is the only place in the language tour that this needs fixing and submitted the above PR. HTH.
Sorry, something went wrong.
No branches or pull requests
See dart-lang/sdk#30326.
I think the only affected doc is the last paragraph of https://www.dartlang.org/guides/language/language-tour#assert.
The text was updated successfully, but these errors were encountered: