solidity/test/libsolidity/syntaxTests/structs/global_struct_contract_name_clash.sol

5 lines
110 B
Solidity
Raw Normal View History

2019-08-15 13:35:57 +00:00
struct S { uint256 a; }
contract S {}
// ----
// DeclarationError 2333: (24-37): Identifier already declared.