Can you spell out the test case that has a problem? I'm confused about what's confusing now.
On Sun, Dec 20, 2015 at 10:25 AM, Lutfullah Tomak <[email protected]> wrote: > I'm sorry for error. > The test case is without a type notation on x in function definion of > convert. With x::Int, it works. > Can you try with > Base.convert(::Type{T1}, x)=T1(x) > > b[1]=a[1] #--> also doesn't work > > I should have mixed test cases.
