1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/select_bad_key_2.out

8 lines
307 B
Plaintext

vlib/v/parser/tests/select_bad_key_2.vv:7:3: error: invalid type `f64` for timeout - expected integer number of nanoseconds aka `time.Duration`
5 | println(b)
6 | }
7 | a + 7 {
| ~~~~~
8 | println("shouldn't get here")
9 | }