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