mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Promote gwei to a proper keyword.
This commit is contained in:
committed by
Leonardo Alt
parent
38c6ecbbe2
commit
c3e13b6733
@@ -1,3 +0,0 @@
|
||||
contract C {
|
||||
uint constant gwei = 1 gwei;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
contract C {
|
||||
uint constant gwei = 1;
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (28-32): Expected identifier but got 'gwei'
|
||||
Reference in New Issue
Block a user