v4 / vlib / v / checker / tests / import_mod_as_mod_err.out
5 lines · 5 sloc · 185 bytes · e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1vlib/v/checker/tests/import_mod_as_mod_err.vv:1:16: error: import alias `math as math` is redundant
2 1 | import math as math
3 | ~~~~
4 2 |
5 3 | fn main() {
6