mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
7 lines
182 B
Text
7 lines
182 B
Text
[vlib/v/tests/inout/dump_expression.vv:2] 1: 1
|
|
[vlib/v/tests/inout/dump_expression.vv:7] 'a': a
|
|
[vlib/v/tests/inout/dump_expression.vv:20] point: Point{
|
|
x: 1
|
|
y: 2
|
|
z: 3
|
|
}
|