mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
temporary assert added
This commit is contained in:
parent
c8e4e9c05c
commit
caa6202f62
@ -781,6 +781,7 @@ bool TypeChecker::visit(TupleExpression const& _tuple)
|
||||
{
|
||||
|
||||
vector<ASTPointer<Expression>> const& components = _tuple.components();
|
||||
solAssert(!_tuple.isInlineArray(), "Tuple type not properly declared");
|
||||
TypePointers types;
|
||||
if (_tuple.annotation().lValueRequested)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user