Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
nested_fn_alias_err.out
5
lines
·
5
sloc
·
205 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
vlib/v/checker/tests/nested_fn_alias_err.vv:3:12: error: type `Fn1` is an alias, use the original alias type `fn ()` instead
2
1 | type Fn1 = fn ()
3
2 |
4
3 | type Fn2 = Fn1
5
| ~~~
6