Merge pull request #8872 from ethereum/int-min-max

implemented type(X).min and type(X).max for all integer types
This commit is contained in:
chriseth
2020-05-11 15:08:19 +02:00
committed by GitHub
24 changed files with 705 additions and 34 deletions
@@ -19,6 +19,8 @@ contract C {
y[0] = 23;
return x[2];
}}
// ====
// compileViaYul: also
// ----
// f() -> FAILURE
// g() -> FAILURE