v/vlib/v/checker/tests/alias_type_exists.out

3 lines
128 B
Plaintext

vlib/v/checker/tests/alias_type_exists.vv:1:15: error: unknown type `Bird`
1 | type Pigeon = Bird
| ~~~~