1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/struct_field_unknown_module_a.out

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 | }