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
Thanks for reporting this @abarmat
Solidity 0.6 is currently not supported by Ethlint's internal parser, so I can confirm that this is an issue on all platforms.
Description
Syntax error when using array slice on a bytes datatype as allowed in Solidity 0.6
Steps to reproduce
Demo.sol
Run with:
solium --dir ./contracts
.soliumrc.json
Expected behavior
The usage of array slicing on
bytes calldata
types should not be considered syntax error.Solidity Documentation
https://solidity.readthedocs.io/en/v0.6.0/types.html#array-slices
Operating System
MacOS
Linter version
1.2.5
The text was updated successfully, but these errors were encountered: