Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
fn_body_start_pos.out
3
lines
·
3
sloc
·
153 bytes
·
877e6ddc9f6d1788020495e1ffc6f851a7703393
Raw
1
vlib/v/parser/tests/fn_body_start_pos.vv:1:14: error: functions with type only params can not have bodies
2
1 | fn func(int) {}
3
| ^
4