vxx2 / vlib / v / checker / tests / no_main_println_err.out
5 lines · 5 sloc · 163 bytes · fc72044b42db341e64f1f43dc4c06e7c7ce31c44
Raw
1vlib/v/checker/tests/no_main_println_err.vv:1:1: error: expected 1 argument, but got 0
2 1 | println()
3 | ~~~~~~~~~
4Details: have ()
5 want (string)
6