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

6 lines
120 B
Solidity

contract C {
uint constant gwei = 1;
}
// ----
// ParserError 2314: (28-32='gwei'): Expected identifier but got 'gwei'