solidity/test/libsolidity/syntaxTests/parsing/address_public_payable_error.sol
2018-09-11 14:52:23 +02:00

6 lines
116 B
Solidity

contract C {
address public payable a;
}
// ----
// ParserError: (32-39): Expected identifier but got 'payable'