mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
88c99a7538
And also making the type of address(literal) as non-payable address.
4 lines
60 B
Solidity
4 lines
60 B
Solidity
contract C {
|
|
address payable constant a = payable(0);
|
|
}
|