mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update Types.h
This commit is contained in:
parent
d7d5b8200a
commit
f730931fc7
2
Types.h
2
Types.h
@ -513,7 +513,7 @@ public:
|
||||
virtual Category getCategory() const override { return Category::Function; }
|
||||
|
||||
/// @returns TypePointer of a new FunctionType object. All input/return parameters are an appropriate external types of input/return parameters of current function.
|
||||
/// Returns an empty shared pointer if one of input/return parameters does not have an externaltype.
|
||||
/// Returns an empty shared pointer if one of the input/return parameters does not have an externaltype.
|
||||
virtual TypePointer externalType() const override;
|
||||
|
||||
explicit FunctionType(FunctionDefinition const& _function, bool _isInternal = true);
|
||||
|
Loading…
Reference in New Issue
Block a user