docs: add a description about the types of parameters of overriding functions

This commit is contained in:
Yoichi Hirai 2016-11-23 16:40:57 +01:00
parent a7c2509adf
commit c33b098e55
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -721,8 +721,10 @@ Details are given in the following example.
NameReg(config.lookup(1)).register(name);
}
// Functions can be overridden, both local and
// message-based function calls take these overrides
// Functions can be overridden by another function with the same name and
// the same number/types of inputs. If the overriding function has different
// types of output parameters, that causes an error.
// Both local and message-based function calls take these overrides
// into account.
function kill() {
if (msg.sender == owner) {