mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: keep __global in struct declarations (#8584)
This commit is contained in:
@@ -201,6 +201,7 @@ pub:
|
||||
mut_pos int // mut:
|
||||
pub_pos int // pub:
|
||||
pub_mut_pos int // pub mut:
|
||||
global_pos int // __global:
|
||||
module_pos int // module:
|
||||
language table.Language
|
||||
is_union bool
|
||||
|
||||
Reference in New Issue
Block a user