v2 / vlib / v / parser / tests / fn_call_unexpected_eof_rpar_err.out
4 lines · 4 sloc · 148 bytes · 8997c515c5c052af313aa4348b0a237353a5fdf5
Raw
1vlib/v/parser/tests/fn_call_unexpected_eof_rpar_err.vv:1:12: error: unexpected eof, expecting `)`
2 1 | println('a',
3 | ^
4 2 |
5