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

6 lines
143 B
Plaintext

object "" {
}
// ----
// ParserError 3287: (7-9='""'): Object name cannot be empty.
// ParserError 4846: (12-13='}'): Expected keyword "code".