mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test updates after disallowing Integer -> Contract conversion
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user