Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
fmt
/
tests
/
keyword_attr_keep.vv
9
lines
·
8
sloc
·
132 bytes
·
47846857697402791063defae5e0ab4b7612430c
Raw
1
struct Type {
2
a int
3
}
4
5
pub struct Token {
6
foo Type @[json: type]
7
bar Type @[fn; json: if]
8
baz Type @[for; json: while; spawn]
9
}
10