mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
163 B
Solidity
5 lines
163 B
Solidity
// TODO do we want to disallow this at all?
|
|
error Error(uint);
|
|
// ----
|
|
// SyntaxError 1855: (44-62): The built-in errors "Error" and "Panic" cannot be re-defined.
|