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
Our tests should also enable the -addcr flag in most cases. This flag adds _Checked annotations to blocks.
-addcr
_Checked
When the -alltypes flag is provided, the output code may not always compile, as usual, but when -alltypes is elided, the code should always compile.
-alltypes
The text was updated successfully, but these errors were encountered:
Duplicate of #346
Will be done as part of #346.
Sorry, something went wrong.
aaronjeline
sroy4899
No branches or pull requests
Our tests should also enable the
-addcr
flag in most cases. This flag adds_Checked
annotations to blocks.When the
-alltypes
flag is provided, the output code may not always compile, as usual, but when-alltypes
is elided, the code should always compile.The text was updated successfully, but these errors were encountered: