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

5 lines
208 B
Plaintext

vlib/v/parser/tests/register_imported_alias.vv:2:6: error: cannot register alias `Duration`, this type was already imported
1 | import time { Duration }
2 | type Duration = bool
| ~~~~~~~~