mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes failing commandline test.
This commit is contained in:
parent
c569a80fb0
commit
5f3fdc2476
@ -1,5 +1,7 @@
|
|||||||
require_overload/input.sol:4:9: Error: No matching declaration found after argument-dependent lookup.
|
Error: No matching declaration found after argument-dependent lookup.
|
||||||
require(this);
|
--> require_overload/input.sol:4:9:
|
||||||
^-----^
|
|
|
||||||
Candidate: function require(bool)
|
4 | require(this);
|
||||||
Candidate: function require(bool, string memory)
|
| ^^^^^^^
|
||||||
|
Note: Candidate: function require(bool)
|
||||||
|
Note: Candidate: function require(bool, string memory)
|
||||||
|
Loading…
Reference in New Issue
Block a user