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

6 lines
118 B
Plaintext
Raw Normal View History

object hex"11" {
code {}
}
// ----
// ParserError 2314: (7-14): Expected 'StringLiteral' but got 'HexStringLiteral'