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

5 lines
108 B
Solidity
Raw Normal View History

2021-01-28 11:56:22 +00:00
function Err() pure {}
error Err();
// ----
// DeclarationError 2333: (23-35): Identifier already declared.