In error, it tells that there is no
convert(::Type{Int64}, ::T1)
method. So, that's why I'm confused.
I would expect instead that the error tells
convert(::Type{Array{Int64,1}}, ::T1)
has no method if it trys T1(a).

Thanks for the answers

Reply via email to