vxx2 / vlib / v / checker / tests / incorrect_name_function.out
3 lines · 3 sloc · 147 bytes · 86dfd3902fa851455e98b176a0abf5ff9dc6ab28
Raw
1vlib/v/checker/tests/incorrect_name_function.vv:1:1: error: function name `_my_fn` cannot start with `_`
2 1 | fn _my_fn() {}
3 | ~~~~~~~~~~~