in append([]T, ...T)
, constant types are not converted to T implicitly
#1149
Milestone
append([]T, ...T)
, constant types are not converted to T implicitly
#1149
In other words, you can't put a variable next to a constant when appending to a slice, because the constant is still considered in its untyped version.
The text was updated successfully, but these errors were encountered: