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:
Kamil Śliwak
2020-10-12 15:10:16 +02:00
parent 3724b98578
commit 9dc7f5de4a
4 changed files with 8 additions and 1 deletions
@@ -9,6 +9,7 @@ contract Child is Base {
return Base.f(n);
}
}
// ====
// compileViaYul: also
// ----
// g(uint256): 4 -> 8