-
This commit is contained in:
@@ -159,7 +159,7 @@ fn (mut g Generator) gen_expr(expr Expr) {
|
||||
g.out.write_string(mangle_var(expr.name))
|
||||
}
|
||||
UnaryExpr {
|
||||
g.out.write_string('${expr.ident}${expr.op}')
|
||||
g.out.write_string('(${mangle_var(expr.ident)}${expr.op})')
|
||||
}
|
||||
BinaryExpr {
|
||||
g.out.write_string('(')
|
||||
|
||||
Reference in New Issue
Block a user