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

9 lines
160 B
Plaintext

object "A" {
code {}
object hex"11" {
code {}
}
}
// ----
// ParserError 2314: (32-39='hex"11"'): Expected 'StringLiteral' but got 'HexStringLiteral'