mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
A type can be converted to another if the conversion requires at most one of the following: sign, width, kind (int, address, bytesXX, etc.) For example, the conversion `uint16(int8)` is now disallowed.