Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
struct_field_unknown_module_a.out
5
lines
·
5
sloc
·
166 bytes
·
1e856c0f94c648194d23e07fdd426a597e8ff2f5
Raw
1
vlib/v/parser/tests/struct_field_unknown_module_a.vv:2:7: error: unknown module `ui`
2
1 | struct Inter {
3
2 | code ui.KeyCode
4
| ~~
5
3 | }
6