v2 / vlib / v / parser / tests / map_init_void2.out
5 lines · 5 sloc · 186 bytes · 79b4b0e6c87c3caf9871322e9a9bedd5c2bba701
Raw
1vlib/v/parser/tests/map_init_void2.vv:1:19: error: expecting type declaration
2 1 | fn f(m map[string]) {
3 | ^
4 2 | println('illegal function')
5 3 | }
6