blob: 3c04980fa2c3e9466a8d39fac0d2641898b9d651 (
plain)
1
2
3
4
5
6
|
vlib/v/checker/tests/import_duplicate_err.vv:2:8: error: `time` was already imported on line 1
1 | import time
2 | import time
| ~~~~
3 | fn main() {
4 | println(time.now().unix_time())
|