solidity/test/libsolidity/syntaxTests/denominations/gwei_as_identifier.sol
2020-07-13 18:07:11 +02:00

6 lines
113 B
Solidity

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