/ tests / expectations / parser-expression / expression / literal / field_hexbin_fail.out
field_hexbin_fail.out
 1  Error [EPAR0370042]: Hex, octal, and binary literals may only be used for integer types.
 2      --> test_0:1:1
 3       |
 4     1 | 0xAAfield
 5       | ^^^^
 6  Error [EPAR0370042]: Hex, octal, and binary literals may only be used for integer types.
 7      --> test_1:1:1
 8       |
 9     1 | 0b10field
10       | ^^^^