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
Relevant issue: JuliaLang/julia#7357
The text was updated successfully, but these errors were encountered:
See also a::Int=error(...) from https://groups.google.com/forum/m/#!topic/julia-users/xslxrihfO30
a::Int=error(...)
Not really sure how pretty it looks, but be careful to not evaluate the expression and assume it is constant.
Sorry, something went wrong.
Good point.
I didn't realize that Lint already checks that. Cool. Here's the test committed that explicitly shows this: 7437b66
No branches or pull requests
Relevant issue: JuliaLang/julia#7357
The text was updated successfully, but these errors were encountered: