mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
Error: Invalid type for argument in function call. Invalid implicit conversion from contract C to bool requested.
|
|
--> require_overload/input.sol:5:17:
|
|
|
|
|
5 | require(this);
|
|
| ^^^^
|