solidity/test/libsolidity/syntaxTests/errors/indexed_error.sol
2021-02-11 14:10:40 +01:00

4 lines
92 B
Solidity

error E(uint indexed);
// ----
// ParserError 2314: (13-20): Expected ',' but got 'indexed'