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