v/vlib/v/parser/tests/struct_field_unknown_module...

6 lines
166 B
Plaintext

vlib/v/parser/tests/struct_field_unknown_module_a.vv:2:7: error: unknown module `ui`
1 | struct Inter {
2 | code ui.KeyCode
| ~~
3 | }