1
0
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:
Lukas Neubert
2021-02-05 16:46:43 +01:00
committed by GitHub
parent 76ea3e7b41
commit 9ab1d17cbc
4 changed files with 9 additions and 0 deletions

View File

@@ -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