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

9 lines
150 B
Plaintext
Raw Normal View History

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