You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drank40
changed the title
False positive on interface inheriting from antoher interface
False positive on interface inheriting from another interface
Jul 30, 2022
Description
A clear and concise description of what the bug is.
When declaring an interface that inherits from another interface the linter throws a false positive (the program compiles in solidity 0.8)
Steps to reproduce
The following code is a simplified version of the code in my dApp
Line 5 throws the error
Syntax error: unexpected token i []
Expected behavior
No errors, as this is valid solidity code
Operating System
Linux (Arch, kernel 5.18.14)
Linter version
Solium version 1.2.5
Priority
Not a very common pattern to come across, but still very annoying as I use this code in my dApp
The text was updated successfully, but these errors were encountered: