Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
register_imported_enum.out
4
lines
·
4
sloc
·
207 bytes
·
830cf4645c373a0015323f9a8c7c2c334f3d8236
Raw
1
vlib/v/parser/tests/register_imported_enum.vv:2:6: error: cannot register enum `Method`, this type was already imported
2
1 | import net.http { Method }
3
2 | enum Method { foo bar }
4
| ~~~~~~
5