solidity/test/libsolidity/syntaxTests/parsing/address_payable_type_expression.sol

8 lines
147 B
Solidity

contract C {
function f() public pure {
address payable;
}
}
// ----
// ParserError 2314: (67-68): Expected identifier but got ';'