Merge pull request #9373 from ethereum/develop

Merge develop into breaking.
This commit is contained in:
chriseth
2020-07-09 16:15:43 +02:00
committed by GitHub
52 changed files with 674 additions and 100 deletions
+2
View File
@@ -2404,6 +2404,8 @@ bool TypeChecker::visit(FunctionCallOptions const& _functionCallOptions)
{
solAssert(_functionCallOptions.options().size() == _functionCallOptions.names().size(), "Lengths of name & value arrays differ!");
_functionCallOptions.expression().annotation().arguments = _functionCallOptions.annotation().arguments;
_functionCallOptions.expression().accept(*this);
auto expressionFunctionType = dynamic_cast<FunctionType const*>(type(_functionCallOptions.expression()));