mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix test failures due to merge conflict (from develop to breaking)
This commit is contained in:
parent
a7db4fa4a5
commit
8228b5b0b8
@ -55,6 +55,6 @@ contract C {
|
||||
// j(uint256): 1 -> 1
|
||||
// j(uint256): 2 -> 4
|
||||
// j(uint256): 4 -> 16
|
||||
// k(uint256): 1 -> FAILURE
|
||||
// k(uint256): 2 -> FAILURE
|
||||
// k(uint256): 4 -> FAILURE
|
||||
// k(uint256): 1 -> FAILURE, hex"4e487b71", 0x01
|
||||
// k(uint256): 2 -> FAILURE, hex"4e487b71", 0x01
|
||||
// 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