solidity/test/libsolidity/syntaxTests/errors/panic_reserved_name.sol
2021-02-01 18:26:31 +01:00

5 lines
160 B
Solidity

// TODO: What if an error is imported and alias as Panic?
// TODO I Think the best way would be to have Error in the global scope.
error Panic(bytes2);
// ----