Fix error when converting between two different types for example: x:i16 = i16(3) y:u16 = x Converting i16 to u16.
Fix error when converting between two different types
for example:
x:i16 = i16(3)
y:u16 = x
Converting i16 to u16.