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

8 lines
147 B
Plaintext
Raw Normal View History

object "A" {
code {}
data "A" ""
}
// ----
// ParserError 8311: (31-34): Object name cannot be the same as the name of the containing object.