temporary assert added

This commit is contained in:
RJ Catalano 2015-12-16 10:34:16 -06:00
parent c8e4e9c05c
commit caa6202f62

View File

@ -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)
{