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