aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/payable_accessor.sol
blob: 0bc8578415750ccc8c645a1525f316ff9177ceeb (plain) (blame)
1
2
3
4
5
contract test {
    uint payable x;
}
// ----
// ParserError: (22-29): State mutability can only be specified for address types.