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

6 lines
126 B
Solidity

contract test {
uint payable x;
}
// ----
// ParserError: (22-29): State mutability can only be specified for address types.