v/vlib/v/checker/tests/incorrect_name_function.out

3 lines
147 B
Plaintext

vlib/v/checker/tests/incorrect_name_function.vv:1:1: error: function name `_my_fn` cannot start with `_`
1 | fn _my_fn() {}
| ~~~~~~~~~~~