Yul IR generation for member access to type types.

This commit is contained in:
chriseth
2020-04-22 11:25:27 +02:00
parent d0fcd468f6
commit 4908101ad7
10 changed files with 117 additions and 35 deletions
@@ -21,7 +21,8 @@ contract Derived is Base {
return 3;
}
}
// ====
// compileViaYul: also
// ----
// g() -> 3
// f() -> 1
@@ -14,6 +14,7 @@ contract B is A {
return A.f();
}
}
// ====
// compileViaYul: also
// ----
// g() -> 1