solidity/test/libsolidity/syntaxTests/errors/error_reserved_name.sol
2021-02-01 18:26:31 +01:00

4 lines
71 B
Solidity

// TODO do we want to disallow this at all?
error Error(uint);
// ----