mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
Error: No matching declaration found after argument-dependent lookup.
|
|
--> require_overload/input.sol:5:9:
|
|
|
|
|
5 | require(this);
|
|
| ^^^^^^^
|
|
Note: Candidate: function require(bool)
|
|
Note: Candidate: function require(bool, string memory)
|