v2 / vlib / v / slow_tests / inout / comptime_smartcast_variant.out
5 lines · 5 sloc · 421 bytes · 2332ecff4811b8c97dfda8e825170e9397962519
Raw
1[vlib/v/slow_tests/inout/comptime_smartcast_variant.vv:14] field_value: foo
2[vlib/v/slow_tests/inout/comptime_smartcast_variant.vv:18] '${field_value} is a string': foo is a string
3[vlib/v/slow_tests/inout/comptime_smartcast_variant.vv:14] field_value: 1
4[vlib/v/slow_tests/inout/comptime_smartcast_variant.vv:16] '${field_value} is an int': 1 is an int
5[vlib/v/slow_tests/inout/comptime_smartcast_variant.vv:33] v: done
6