Test updates after disallowing Integer -> Contract conversion

This commit is contained in:
hrkrshnn
2020-12-03 17:53:00 +01:00
parent 40244c5469
commit 9e5d7b9910
39 changed files with 85 additions and 87 deletions
@@ -4,7 +4,7 @@ abstract contract D {
contract C {
D d = D(0x1212);
D d = D(address(0x1212));
function f() public returns (uint256) {
d.g();