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

6 lines
113 B
Solidity
Raw Normal View History

2020-07-08 18:35:02 +00:00
contract C {
uint constant gwei = 1;
}
// ----
// ParserError 2314: (28-32): Expected identifier but got 'gwei'