Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
import_symbol_unclosed.out
3
lines
·
3
sloc
·
170 bytes
·
86dfd3902fa851455e98b176a0abf5ff9dc6ab28
Raw
1
vlib/v/checker/tests/import_symbol_unclosed.vv:1:28: error: import syntax error, no closing `}`
2
1 | import crypto.sha256 { sum ]
3
| ^
4