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_enum.out

5 lines
207 B
Plaintext

vlib/v/parser/tests/register_imported_enum.vv:2:6: error: cannot register enum `Method`, this type was already imported
1 | import net.http { Method }
2 | enum Method { foo bar }
| ~~~~~~