Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

Failing to parse abstract contracts in Solidity 0.6 #104

Open
naddison36 opened this issue Apr 3, 2020 · 0 comments
Open

Failing to parse abstract contracts in Solidity 0.6 #104

naddison36 opened this issue Apr 3, 2020 · 0 comments

Comments

@naddison36
Copy link

The parser is not handling the new abstract keyword introduced with Solidity 0.6 and is failing with

extraneous input 'abstract' expecting {<EOF>, 'pragma', 'import', 'contract', 'interface', 'library'}

You can see an example in this contract
https://etherscan.io/address/0x92d861ebf39661f22eaae05fedcbf31989b17e45#code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant