mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
The following explicit conversions are disallowed: 1. uint160 -> address payable 2. bytes20 -> address payable 3. literals -> address payable (payable(0) is an exception)