mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add test case.
This commit is contained in:
parent
42f30981db
commit
20b23e124b
@ -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".
|
Loading…
Reference in New Issue
Block a user