mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10365 from ethereum/breaking-fix
Fix test failures due to merge conflict (from develop to breaking)
This commit is contained in:
commit
60fa3bfa2f
@ -55,6 +55,6 @@ contract C {
|
|||||||
// j(uint256): 1 -> 1
|
// j(uint256): 1 -> 1
|
||||||
// j(uint256): 2 -> 4
|
// j(uint256): 2 -> 4
|
||||||
// j(uint256): 4 -> 16
|
// j(uint256): 4 -> 16
|
||||||
// k(uint256): 1 -> FAILURE
|
// k(uint256): 1 -> FAILURE, hex"4e487b71", 0x01
|
||||||
// k(uint256): 2 -> FAILURE
|
// k(uint256): 2 -> FAILURE, hex"4e487b71", 0x01
|
||||||
// k(uint256): 4 -> FAILURE
|
// k(uint256): 4 -> FAILURE, hex"4e487b71", 0x01
|
||||||
|
@ -4,4 +4,4 @@ contract C {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ----
|
// ----
|
||||||
// TypeError 9640: (52-66): Explicit type conversion not allowed from "contract super C" to "address".
|
// TypeError 9640: (52-66): Explicit type conversion not allowed from "type(contract super C)" to "address".
|
||||||
|
Loading…
Reference in New Issue
Block a user