Add update suggestion.

This commit is contained in:
Daniel Kirchner
2019-08-19 14:58:05 +02:00
committed by chriseth
parent 20b23e124b
commit 4354ef2ef4
2 changed files with 18 additions and 2 deletions
@@ -4,4 +4,4 @@ contract C {
}
}
// ----
// TypeError: (77-92): Explicit type conversion not allowed from "function () view external returns (address)" to "address".
// TypeError: (77-92): Explicit type conversion not allowed from "function () view external returns (address)" to "address". To obtain the address of the contract of the function, you can use the .address member of the function.