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_3.out

8 lines
318 B
Plaintext

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