Open Cergoo opened 3 months ago
We have a parse issue here. map[int](nnn, fnf)
is not about your map
function, but it is trying to create V's map with int key and (type1, type2) multi-return type.
The compiler error about generating resul type is being treated in the referenced PR.
We have a parse issue here. map[int](nnn, fnf) is not about your map function, but it is trying to create V's map with int key and (type1, type2) multi-return type.
o, thenks. I rename func.
Imho fn map<O>(
should be a parse error, @felipensp, @medvednikov what do you think?
Yes, it should be a checker error