v/vlib/v/parser/tests/forbidden_language_support_...

4 lines
171 B
Plaintext

vlib/v/parser/tests/forbidden_language_support_c.c.vv:1:4: error: JS code is not allowed in .c.v files, please move it to a .js.v file
1 | fn JS.a() int
| ~~