solidity/test/libsolidity/syntaxTests/denominations/two_denominations_same_literal.sol

6 lines
115 B
Solidity

contract C {
uint constant y = 8 gwei ether;
}
// ----
// ParserError 2314: (39-44): Expected ';' but got 'ether'