v2 / vlib / v / parser / tests / register_imported_alias.out
4 lines · 4 sloc · 208 bytes · 830cf4645c373a0015323f9a8c7c2c334f3d8236
Raw
1vlib/v/parser/tests/register_imported_alias.vv:2:6: error: cannot register alias `Duration`, this type was already imported
2 1 | import time { Duration }
3 2 | type Duration = bool
4 | ~~~~~~~~
5