vxx2 / vlib / v / checker / tests / invalid_utf8_string.out
3 lines · 3 sloc · 146 bytes · 160469cfcd36888420112103de5fb10693d37261
Raw
1vlib/v/checker/tests/invalid_utf8_string.vv:1:6: notice: invalid utf8 byte sequence in string literal
2 1 | _ := '����txt'
3 | ~~~~~~~
4