| 1 | vlib/v/checker/tests/comptime_selector_assign.vv:18:24: error: mismatched types: check field type with $if to avoid this problem |
| 2 | 16 | typ.$(field.name) = 2 |
| 3 | 17 | } |
| 4 | 18 | typ.$(field.name) = 3 |
| 5 | | ^ |
| 6 | 19 | } |
| 7 | 20 | } |
| 8 | vlib/v/checker/tests/comptime_selector_assign.vv:18:24: error: cannot assign to `typ.$(field.name)`: expected `string`, not `int literal` |
| 9 | 16 | typ.$(field.name) = 2 |
| 10 | 17 | } |
| 11 | 18 | typ.$(field.name) = 3 |
| 12 | | ^ |
| 13 | 19 | } |
| 14 | 20 | } |
| 15 |