Skip to content
New issue

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

Linter complains on assembly for loop syntax #277

Open
k06a opened this issue Jan 10, 2020 · 0 comments
Open

Linter complains on assembly for loop syntax #277

k06a opened this issue Jan 10, 2020 · 0 comments
Labels

Comments

@k06a
Copy link

k06a commented Jan 10, 2020

Description
It should pass but complains about syntax error during linting:

contracts/interface/IChai.sol
  51:42    error    Syntax error: unexpected token { 

For the code:

for { n := div(n, 2) } n { n := div(n,2) } {
  ...
}

Operating System
MacOS 10.15.2

Linter version
1.2.5

Priority
High

@k06a k06a added the bug label Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant