Fix test failures due to merge conflict (from develop to breaking)

This commit is contained in:
Alex Beregszaszi 2020-11-20 18:21:21 +00:00
parent a7db4fa4a5
commit 8228b5b0b8
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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".