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
while
for
As discussed in #382 (comment), The code had to be rewritten using a while loop, because references are not allowed in the for-loop.
Revert this change once references are allowed to be used in for loop: onflow/cadence#2784
The text was updated successfully, but these errors were encountered:
SupunS
No branches or pull requests
Issue To Be Solved
As discussed in #382 (comment), The code had to be rewritten using a
while
loop, because references are not allowed in the for-loop.Suggest A Solution
Revert this change once references are allowed to be used in for loop: onflow/cadence#2784
The text was updated successfully, but these errors were encountered: