mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
access modifiers: update tests/examples
This commit is contained in:
@ -21,8 +21,7 @@ struct Reader {
|
||||
// has_header bool
|
||||
// headings []string
|
||||
data string
|
||||
pub:
|
||||
mut:
|
||||
pub mut:
|
||||
delimiter byte
|
||||
comment byte
|
||||
is_mac_pre_osx_le bool
|
||||
|
Reference in New Issue
Block a user