v/vlib/v/checker/tests/import_mod_as_mod_err.out

6 lines
189 B
Plaintext

vlib/v/checker/tests/import_mod_as_mod_err.vv:1:16: error: import alias `math as math` is redundant
1 | import math as math
| ~~~~
2 |
3 | fn main() {