1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
This commit is contained in:
BigBlack
2019-12-27 11:09:09 +08:00
committed by Alexander Medvednikov
parent 1277ce22f8
commit 320174bd5b
2 changed files with 15 additions and 1 deletions

View File

@ -1964,7 +1964,7 @@ fn (p mut Parser) var_expr(v Var) string {
// p.print_tok()
// dc++
if p.tok == .lsbr {
// typ = p.index_expr(typ, fn_ph, v)
typ = p.index_expr(typ, fn_ph)
}
}
// `a++` and `a--`