solidity/test/libyul/yulSyntaxTests/objects/conflict_object_data.yul
2022-04-01 23:41:18 -05:00

11 lines
176 B
Plaintext

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