Open juharris opened 4 years ago
Likewise the new override
keyword.
Likewise the new receive
and fallback
functions :)
In general support the 0.6 syntax changes.
Is there a workaround? Or maybe a fork that already has Solidity 0.6 syntax support?
@quezak You can ignore those files or use https://github.com/protofire/solhint.
I can't ignore all my contract files :D I'll try out if solhint works better, thanks
Description Solidity 0.6 introduces the
abstract
keyword for abstract contracts: https://solidity.readthedocs.io/en/v0.6.0/contracts.html#abstract-contractsWorks:
Does not work: