solidity-parser / parser

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157 stars 44 forks source link

indexed keyword used twice #113

Open Janther opened 9 months ago

Janther commented 9 months ago

This is most likely due to a copy paste issue on the developer's side, but as shown on #110 contracts with an EventDefinition containing a parameter with the keyword indexed twice will be compiled by solc but will fail when analysed by our parser.

Janther commented 9 months ago

This is not a feature, this is a bug that needs support 😡 This behaviour might also be present with other keywords.