solidity/test/libsolidity/syntaxTests/denominations/finney_invalid.sol
2022-04-01 23:41:18 -05:00

8 lines
138 B
Solidity

contract C {
function f() {
uint x = 1 finney;
}
}
// ----
// ParserError 2314: (45-51='finney'): Expected ';' but got identifier