Reconstruct function definition for magic variables in overload error message.

This commit is contained in:
chriseth
2019-11-14 10:13:22 +01:00
parent c4441bac5b
commit 06588cde76
4 changed files with 24 additions and 1 deletions
@@ -0,0 +1,6 @@
pragma solidity >=0.0;
contract C {
function f() public pure {
require(this);
}
}