Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
select_else_1.out
7
lines
·
7
sloc
·
311 bytes
·
1e5627e777b8adb2045e8c283f4794aed2c0e19a
Raw
1
vlib/v/parser/tests/select_else_1.vv:12:3: error: `else` and timeout value are mutually exclusive `select` keys
2
10 | println("shouldn't get here")
3
11 | }
4
12 | 30 * time.millisecond {
5
| ~~~~~~~~~~~~~~~~~~~~~
6
13 | println('bad')
7
14 | }
8