solidity/test/libsolidity/syntaxTests/parsing/address_payable_constant.sol
hrkrshnn 88c99a7538 Tests/Docs: changing type of msg.sender and tx.origin into address
And also making the type of address(literal) as non-payable address.
2020-12-14 16:55:48 +01:00

4 lines
60 B
Solidity

contract C {
address payable constant a = payable(0);
}