solidity/test/libsolidity/syntaxTests/errors/all_ones_signature.sol
2022-04-01 23:41:18 -05:00

9 lines
453 B
Solidity

error test266151307();
contract C {
error test266151307();
}
// ----
// Warning 2519: (40-62='error test266151307();'): This declaration shadows an existing declaration.
// SyntaxError 2855: (0-22='error test266151307();'): The selector 0xffffffff is reserved. Please rename the error to avoid the collision.
// SyntaxError 2855: (40-62='error test266151307();'): The selector 0xffffffff is reserved. Please rename the error to avoid the collision.