aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/payable_accessor.sol
blob: 6504004b79a87cc031df9128c7a8d0e5e1b96a17 (plain) (tree)
1
2
3
4
5



                       
                                                              
contract test {
    uint payable x;
}
// ----
// ParserError: (22-29): Expected identifier but got 'payable'