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

7 lines
133 B
Plaintext
Raw Normal View History

object "A" {
code {}
data hex"11" ""
}
// ----
// ParserError 2314: (30-37): Expected 'StringLiteral' but got 'HexStringLiteral'