solidity/test/libsolidity/syntaxTests/parsing/payable_accessor.sol
2018-05-02 21:21:11 +01:00

6 lines
103 B
Solidity

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