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

3 lines
147 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/incorrect_name_function.vv:1:1: error: function name `_my_fn` cannot start with `_`
2020-05-16 16:12:23 +02:00
1 | fn _my_fn() {}
| ~~~~~~~~~~~