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