Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
infix_is_unknown_module_no_panic.out
7
lines
·
7
sloc
·
250 bytes
·
00b68174eef6ec19c8bf5e09ac92db91cb7e8d23
Raw
1
vlib/v/checker/tests/infix_is_unknown_module_no_panic.vv:7:13: error: unknown module `io`
2
5 | fn main() {
3
6 | _ := sample() or {
4
7 | if err is io.Eof {
5
| ~~
6
8 | return
7
9 | }
8