v2 / vlib / v / scanner / tests / comments_not_terminated_err.out
7 lines · 7 sloc · 163 bytes · a9bb6865fd12d7dfedaaee3c71d294dcce937536
Raw
1vlib/v/scanner/tests/comments_not_terminated_err.vv:5:2: error: unterminated multiline comment
2 3 | }
3 4 |
4 5 | /*
5 | ^
6 6 | fn tt() {
7 7 | }
8