mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen/fmt: fix assign_stmt fix & cgen test & hash tests & fmt
This commit is contained in:
@@ -42,8 +42,8 @@ pub fn (b mut Builder) write(s string) {
|
||||
|
||||
pub fn (b mut Builder) go_back(n int) {
|
||||
b.buf.trim(b.buf.len-n)
|
||||
//b.len -= n
|
||||
}
|
||||
b.len -= n
|
||||
}
|
||||
|
||||
pub fn (b mut Builder) writeln(s string) {
|
||||
// for c in s {
|
||||
|
||||
Reference in New Issue
Block a user