Promote gwei to a proper keyword.

This commit is contained in:
Daniel Kirchner
2020-07-13 18:07:11 +02:00
committed by Leonardo Alt
parent 38c6ecbbe2
commit c3e13b6733
7 changed files with 13 additions and 15 deletions
@@ -1,7 +1,7 @@
contract C {
uint constant gwei = 1 gwei;
uint constant x = 1 gwei;
function f() public view returns(uint) { return gwei; }
function f() public view returns(uint) { return x; }
}
// ====
// compileViaYul: also