solidity/test/libyul/yulSyntaxTests/objects/conflict_object_parent.yul
Alex Beregszaszi 291c359ee9 Add more syntax tests for Yul objects
Also move some of them from boost tests.
2020-08-05 21:01:46 +01:00

8 lines
147 B
Plaintext

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