Such code doesn't fail, but BigInt breaks the conv...
# mathematics
z
Such code doesn't fail, but BigInt breaks the convention by
Copy code
if (other is BigInt) compareTo(other) == 0 else error("Can't compare KBigInteger to a different type")
(I'll fix it)