readme first version
This commit is contained in:
@@ -193,7 +193,6 @@ fn (mut g Generator) gen_expr(expr Expr) {
|
||||
g.out.write_string('print_${class_name}(')
|
||||
g.gen_expr(inner_expr)
|
||||
g.out.write_string(', 0);')
|
||||
} else {
|
||||
g.out.write_string('printf(\"')
|
||||
format := get_type_format(expr_type)
|
||||
g.out.write_string('%${format}')
|
||||
|
||||
Reference in New Issue
Block a user