solidity/test/libyul/yulSyntaxTests/objects/conflict_data_data.yul

9 lines
158 B
Plaintext
Raw Normal View History

object "A" {
code {}
data "B" ""
data "B" hex"00"
}
// ----
// ParserError 8794: (45-48): Object name "B" already exists inside the containing object.