mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Testing
This commit is contained in:
parent
65d1ae5d48
commit
8bfa4c6d35
@ -2596,8 +2596,8 @@ void IRGeneratorForStatements::appendInternalFunctionCall(
|
|||||||
solAssert(functionDefinition->isImplemented());
|
solAssert(functionDefinition->isImplemented());
|
||||||
if (_functionType.hasBoundFirstArgument())
|
if (_functionType.hasBoundFirstArgument())
|
||||||
solAssert(_functionType == *functionDefinition->functionType(true /* _internal */)->withBoundFirstArgument());
|
solAssert(_functionType == *functionDefinition->functionType(true /* _internal */)->withBoundFirstArgument());
|
||||||
else
|
//else
|
||||||
solAssert(_functionType == *functionDefinition->functionType(true /* _internal */));
|
// solAssert(_functionType == *functionDefinition->functionType(true /* _internal */));
|
||||||
|
|
||||||
define(_callExpression) <<
|
define(_callExpression) <<
|
||||||
m_context.enqueueFunctionForCodeGeneration(*functionDefinition) <<
|
m_context.enqueueFunctionForCodeGeneration(*functionDefinition) <<
|
||||||
|
Loading…
Reference in New Issue
Block a user