mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix #3202
This commit is contained in:

committed by
Alexander Medvednikov

parent
1277ce22f8
commit
320174bd5b
@ -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--`
|
||||
|
Reference in New Issue
Block a user