Merge pull request #9373 from ethereum/develop

Merge develop into breaking.
This commit is contained in:
chriseth
2020-07-09 16:15:43 +02:00
committed by GitHub
52 changed files with 674 additions and 100 deletions
@@ -1,9 +0,0 @@
contract C {
function f(uint x) external payable { }
function f(uint x, uint y) external payable { }
function call() internal {
this.f{value: 10}(2);
}
}
// ----
// TypeError 6675: (148-154): Member "f" not unique after argument-dependent lookup in contract C.