v2 / vlib / v / parser / tests / module_import_same_symbol_err.vv
2 lines · 2 sloc · 42 bytes · eaf005e29f5ce4f2d0ee3629667f651982d518c2
Raw
1import math { max }
2import arrays { max }
3