v/vlib/v/checker/tests/incorrect_name_module.out

3 lines
132 B
Plaintext

vlib/v/checker/tests/incorrect_name_module.vv:1:1: error: module name `_A` cannot start with `_`
1 | module _A
| ~~~~~~~~~