v2 / vlib / v / parser / tests / const_missing_rpar_b.out
3 lines · 3 sloc · 125 bytes · f4c8f897fe19809bdb4bfe00719c2b715dbdd0a0
Raw
1vlib/v/parser/tests/const_missing_rpar_b.vv:4:1: error: unexpected eof, expecting ´)´
2 2 | a = 5
3 3 | // foo
4