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

5 lines
192 B
Plaintext

vlib/v/parser/tests/register_imported_struct.vv:2:8: error: cannot register struct `File`, this type was already imported
1 | import os { File }
2 | struct File {}
| ~~~~