solidity/test/libsolidity/syntaxTests/errors/zero_signature.sol

9 lines
408 B
Solidity
Raw Normal View History

2021-01-28 11:56:22 +00:00
error buyAndFree22457070633(uint256);
contract C {
error buyAndFree22457070633(uint256);
}
// ----
// Warning 2519: (55-92): This declaration shadows an existing declaration.
// SyntaxError 2855: (0-37): The selector 0x00000000 is reserved. Please rename the error to avoid the collision.
// SyntaxError 2855: (55-92): The selector 0x00000000 is reserved. Please rename the error to avoid the collision.