mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor typo.
This commit is contained in:
parent
61c701b9ff
commit
7050893bc1
@ -629,7 +629,7 @@ FunctionType::FunctionType(VariableDeclaration const& _varDecl):
|
|||||||
auto mappingType = dynamic_cast<MappingType const*>(varDeclType.get());
|
auto mappingType = dynamic_cast<MappingType const*>(varDeclType.get());
|
||||||
auto returnType = varDeclType;
|
auto returnType = varDeclType;
|
||||||
|
|
||||||
while (mappingType!= nullptr)
|
while (mappingType != nullptr)
|
||||||
{
|
{
|
||||||
params.push_back(mappingType->getKeyType());
|
params.push_back(mappingType->getKeyType());
|
||||||
paramNames.push_back("");
|
paramNames.push_back("");
|
||||||
|
Loading…
Reference in New Issue
Block a user