v2 / vlib / v / slow_tests / inout / struct_field_option.out
26 lines · 26 sloc · 600 bytes · 5c439b6621dd537330672b28186e3443c69947cf
Raw
11
2[vlib/v/slow_tests/inout/struct_field_option.vv:15] f.bar?: 1
32
4[vlib/v/slow_tests/inout/struct_field_option.vv:22] f.bar?: 2
53
6[vlib/v/slow_tests/inout/struct_field_option.vv:26] f.bar?: 3
73
8[vlib/v/slow_tests/inout/struct_field_option.vv:30] a: 3
99999
10[vlib/v/slow_tests/inout/struct_field_option.vv:33] b: 9999
114
12[vlib/v/slow_tests/inout/struct_field_option.vv:37] sum: 4
134
14[vlib/v/slow_tests/inout/struct_field_option.vv:40] sum: 4
153
16none
173
18Foo{
19 bar: Option(3)
20 baz: Option(none)
21}
22[vlib/v/slow_tests/inout/struct_field_option.vv:61] f: Foo{
23 bar: Option(3)
24 baz: Option(none)
25}
261
27