v2 / vlib / v / parser / tests / forbidden_language_support_c.c.out
3 lines · 3 sloc · 171 bytes · 50d988ebc7c92c739c17a2f922b9fc8f33b0a6f2
Raw
1vlib/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