Add test case.

This commit is contained in:
Daniel Kirchner 2019-08-15 14:01:07 +02:00 committed by chriseth
parent 42f30981db
commit 20b23e124b

View File

@ -0,0 +1,7 @@
contract C {
function f() public view returns (address) {
return address(this.f);
}
}
// ----
// TypeError: (77-92): Explicit type conversion not allowed from "function () view external returns (address)" to "address".