solidity/test/libsolidity/syntaxTests/errors/indexed_error.sol
2021-03-30 21:15:18 +02:00

4 lines
92 B
Solidity

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