vxx2 / vlib / v / checker / tests / import_not_same_line_err.vv
5 lines · 5 sloc · 48 bytes · ef505e21eeecc3b05b4ca3c30f849911a35436f5
Raw
1import
2 time
3fn main() {
4 println(time.now())
5}
6