v2 / vlib / v / parser / tests / select_bad_key_2.out
7 lines · 7 sloc · 307 bytes · 1e5627e777b8adb2045e8c283f4794aed2c0e19a
Raw
1vlib/v/parser/tests/select_bad_key_2.vv:7:3: error: invalid type `f64` for timeout - expected integer number of nanoseconds aka `time.Duration`
2 5 | println(b)
3 6 | }
4 7 | a + 7 {
5 | ~~~~~
6 8 | println("shouldn't get here")
7 9 | }
8