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

9 lines
378 B
Solidity
Raw Normal View History

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