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

10 lines
164 B
Plaintext
Raw Normal View History

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