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

11 lines
170 B
Plaintext
Raw Normal View History

object "A" {
code {}
data "B" ""
object "B" {
code {}
}
}
// ----
// ParserError 8794: (47-50): Object name "B" already exists inside the containing object.