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
For some strange reason, this passes type checking and fails during verification:
function f(byte n) -> int[]: return [0; n]
This has only arisen since #495.
The text was updated successfully, but these errors were encountered:
Fix for #577
8f4ac3b
This was a simple problem where the count component of an array generator expression was not being checked as an int.
Hotfix for #577
d8c6789
For some reason, my commit for #577 didn't include this update to the test output ... ?
DavePearce
No branches or pull requests
For some strange reason, this passes type checking and fails during verification:
This has only arisen since #495.
The text was updated successfully, but these errors were encountered: