add test
parent
14ad4a17c6
commit
403a303351
|
|
@ -0,0 +1,3 @@
|
|||
vlib/v/parser/tests/fn_body_start_pos.vv:1:14: error: functions with type only args can not have bodies
|
||||
1 | fn func(int) {}
|
||||
| ^
|
||||
|
|
@ -0,0 +1 @@
|
|||
fn func(int) {}
|
||||
Loading…
Reference in New Issue