v2 / vlib / v / parser / tests / sql_no_db_expr_b.out
6 lines · 6 sloc · 195 bytes · 68cbf272fc1798b6f75789dcea9ff73c95551127
Raw
1vlib/v/parser/tests/sql_no_db_expr_b.vv:3:12: error: invalid expression: unexpected token `:=`
2 1 | fn x() {
3 2 | // SqlExpr
4 3 | x := sql_ :=
5 | ~~
6 4 | }
7