Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
parser
/
tests
/
forbidden_language_support_c.c.out
3
lines
·
3
sloc
·
171 bytes
·
50d988ebc7c92c739c17a2f922b9fc8f33b0a6f2
Raw
1
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
2
1 | fn JS.a() int
3
| ~~
4