mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
5 lines
146 B
Solidity
5 lines
146 B
Solidity
struct S { uint256 a; }
|
|
struct S { uint256 a; }
|
|
// ----
|
|
// DeclarationError 2333: (24-47='struct S { uint256 a; }'): Identifier already declared.
|