Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
fn_attributes_empty_err.out
5
lines
·
5
sloc
·
158 bytes
·
1e3d38255f5b39f35958749b60d27c565d89ad6b
Raw
1
vlib/v/parser/tests/fn_attributes_empty_err.vv:1:1: error: attributes cannot be empty
2
1 | @[] fn tt() {
3
| ~~~
4
2 | println('text')
5
3 | }
6