mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
The topic of converting a smaller type into a larger one is orthogonal to the one discussed in the example (namely, conversion between signed and unsigned integers). Therefore, we change the `int8` to an `int` to make the example clearer.