mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix some tests, that failed due to the stricter immutable checks
This commit is contained in:
@ -7,6 +7,7 @@ module csv
|
||||
import strings
|
||||
|
||||
struct Writer {
|
||||
mut:
|
||||
sb strings.Builder
|
||||
pub mut:
|
||||
use_crlf bool
|
||||
|
Reference in New Issue
Block a user