Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
already_existing_sym_err.out
5
lines
·
5
sloc
·
261 bytes
·
bad436c9f1367ce5239c209c5f363526b85a4f07
Raw
1
vlib/v/parser/tests/already_existing_sym_err.vv:16:6: error: cannot register fn `vnkxcb.Nk_plugin_alloc`, another type with this name exists
2
14 | }
3
15 |
4
16 | type Nk_plugin_alloc = fn (Nk_handle, voidptr, Nk_size) voidptr
5
| ~~~~~~~~~~~~~~~
6