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