mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable 4 semantic tests from functionCall.inheritance that now work via Yul
- Looks like something overlooked in one of the recently merged PRs.
This commit is contained in:
parent
3724b98578
commit
9dc7f5de4a
@ -9,5 +9,7 @@ contract Child is Base {
|
||||
return f(n);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
|
@ -22,6 +22,8 @@ contract Child is Base {
|
||||
return s(n);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 12
|
||||
// h(uint256): 4 -> 16
|
||||
|
@ -25,6 +25,8 @@ contract Child is Base {
|
||||
return BaseBase.s(n);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
// k(uint256): 4 -> 16
|
||||
|
@ -9,6 +9,7 @@ contract Child is Base {
|
||||
return Base.f(n);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g(uint256): 4 -> 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user