aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/payable_accessor.sol
blob: 46bf6e1301d4e02ea51d0025c157a9c86d94a083 (plain) (blame)
1
2
3
4
5
contract test {
    uint payable x;
}
// ----
// ParserError: (22-22): Expected identifier but got 'payable'