v2 / vlib / v / parser / tests / const_unexpected_eof.out
2 lines · 2 sloc · 114 bytes · f4c8f897fe19809bdb4bfe00719c2b715dbdd0a0
Raw
1vlib/v/parser/tests/const_unexpected_eof.vv:2:1: error: unexpected eof, expecting an expression
2 1 | const a =
3