operator-post-inc.go: changed priPrePost with priIncDec
This commit is contained in:
parent
1f0f9cae22
commit
fcced6149f
@ -12,7 +12,7 @@ func newPostIncTerm(tk *Token) *term {
|
|||||||
parent: nil,
|
parent: nil,
|
||||||
children: make([]*term, 0, 1),
|
children: make([]*term, 0, 1),
|
||||||
position: posPostfix,
|
position: posPostfix,
|
||||||
priority: priPrePost,
|
priority: priIncDec,
|
||||||
evalFunc: evalPostInc,
|
evalFunc: evalPostInc,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user