Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
register_imported_struct.out
4
lines
·
4
sloc
·
192 bytes
·
830cf4645c373a0015323f9a8c7c2c334f3d8236
Raw
1
vlib/v/parser/tests/register_imported_struct.vv:2:8: error: cannot register struct `File`, this type was already imported
2
1 | import os { File }
3
2 | struct File {}
4
| ~~~~
5