v/vlib/v/checker/tests/print_char.out

4 lines
195 B
Plaintext

vlib/v/checker/tests/print_char.vv:1:1: error: `println` cannot print type `char` directly, print its address or cast it to an integer instead
1 | println(char(91))
| ~~~~~~~~~~~~~~~~~