mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix abi.decode returning single value.
This commit is contained in:
@@ -92,9 +92,9 @@ private:
|
||||
void checkExpressionAssignment(Type const& _type, Expression const& _expression);
|
||||
|
||||
/// Performs type checks for ``abi.decode(bytes memory, (...))`` and returns the
|
||||
/// return type (which is basically the second argument) if successful. It returns
|
||||
/// the empty tuple type or error.
|
||||
TypePointer typeCheckABIDecodeAndRetrieveReturnType(FunctionCall const& _functionCall, bool _abiEncoderV2);
|
||||
/// vector of return types (which is basically the second argument) if successful. It returns
|
||||
/// the empty vector on error.
|
||||
TypePointers typeCheckABIDecodeAndRetrieveReturnType(FunctionCall const& _functionCall, bool _abiEncoderV2);
|
||||
|
||||
virtual void endVisit(InheritanceSpecifier const& _inheritance) override;
|
||||
virtual void endVisit(UsingForDirective const& _usingFor) override;
|
||||
|
||||
Reference in New Issue
Block a user