| 1 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:5] 2 + 2: 4 |
| 2 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:6] 2 * 3 + 50 / 5: 16 |
| 3 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:7] 3.14 + 0.1: 3.24 |
| 4 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:8] 'abc' + 'a': abca |
| 5 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:9] 'a' + 'b' + 'c': abc |
| 6 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:10] true || (false && true): true |
| 7 | [vlib/v/slow_tests/inout/dump_expressions_with_literals.vv:11] 2 == 4: false |
| 8 | |