solidity/test/libsolidity/syntaxTests/errors/indexed_error.sol

4 lines
92 B
Solidity
Raw Normal View History

2021-01-28 11:56:22 +00:00
error E(uint indexed);
// ----
// ParserError 2314: (13-20): Expected ',' but got 'indexed'