solidity/test/cmdlineTests/require_overload/err

8 lines
253 B
Plaintext
Raw Normal View History

2019-11-19 10:28:42 +00:00
Error: No matching declaration found after argument-dependent lookup.
2020-05-13 01:52:11 +00:00
--> require_overload/input.sol:5:9:
2019-11-19 10:28:42 +00:00
|
2020-05-13 01:52:11 +00:00
5 | require(this);
2019-11-19 10:28:42 +00:00
| ^^^^^^^
Note: Candidate: function require(bool)
Note: Candidate: function require(bool, string memory)