Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
missing_export_attr_arg_err.out
5
lines
·
5
sloc
·
192 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/missing_export_attr_arg_err.vv:1:1: error: missing argument for @[export] attribute
2
1 | @[export]
3
| ~~~~~~~~~
4
2 | fn foo() string {
5
3 | return 'foo'
6