solidity/test/libsolidity/syntaxTests/parsing/payable_accessor.sol
2018-05-03 22:10:51 +01:00

6 lines
108 B
Solidity

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