Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
module_import_same_symbol_err.out
4
lines
·
4
sloc
·
206 bytes
·
eaf005e29f5ce4f2d0ee3629667f651982d518c2
Raw
1
vlib/v/parser/tests/module_import_same_symbol_err.vv:2:17: error: cannot register symbol `max`, it was already imported
2
1 | import math { max }
3
2 | import arrays { max }
4
| ~~~
5