Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
cast_function_to_string_err.out
5
lines
·
5
sloc
·
200 bytes
·
5bc4fea9e0a3ae9afef8346ad268b58c9629d013
Raw
1
vlib/v/checker/tests/cast_function_to_string_err.vv:2:10: error: cannot cast function `main` to string
2
1 | fn main() {
3
2 | println(string(main))
4
| ~~~~~~~~~~~~
5
3 | }
6