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