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

13 lines
187 B
Plaintext
Raw Normal View History

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