Open Gaunt opened 2 years ago
sum(map(abs, [1,2,3])) produces following error message
sum(map(abs, [1,2,3]))
Argument of type "list[int]" cannot be assigned to parameter "__iter1" of type "Iterable[_T1@init]" in function "init"
sum(map(abs, [1,2,3]))
produces following error messageArgument of type "list[int]" cannot be assigned to parameter "__iter1" of type "Iterable[_T1@init]" in function "init"