mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
109 B
Solidity
5 lines
109 B
Solidity
error Err(uint);
|
|
error Err(bytes32);
|
|
// ----
|
|
// DeclarationError 2333: (17-36): Identifier already declared.
|