mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul IR generation for member access to type types.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user