mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
4 lines
175 B
Plaintext
4 lines
175 B
Plaintext
vlib/v/checker/tests/import_symbol_invalid.vv:1:17: error: import syntax error, please specify a valid fn or type name
|
|
1 | import crypto { *_v }
|
|
| ^
|