mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
object "A" {
|
||
|
code {}
|
||
|
|
||
|
data "B" ""
|
||
|
data "B" hex"00"
|
||
|
}
|
||
|
// ----
|
||
|
// ParserError 8794: (45-48): Object name "B" already exists inside the containing object.
|