v/vlib/v/checker/tests/import_syntax_err.out

6 lines
193 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/import_syntax_err.vv:1:12: error: cannot import multiple modules at a time
2020-05-08 15:01:54 +02:00
1 | import time, os
| ^
2 | fn main() {
3 | println(time.now())