Open Janther opened 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.
EventDefinition
indexed
solc
This is not a feature, this is a bug that needs support 😡 This behaviour might also be present with other keywords.
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 keywordindexed
twice will be compiled bysolc
but will fail when analysed by our parser.