Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
comptime_call_method_args_err.out
7
lines
·
7
sloc
·
286 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/comptime_call_method_args_err.vv:9:14: cgen error: expected 0 arguments to method S1.method_hello, but got 1
2
7 |
3
8 | $for method in S1.methods {
4
9 | println(s1.$method('yo'))
5
| ~~~~~~~~~~~~~
6
10 | }
7
11 | }
8