mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
updated attempt...still a bit more work to do but here's what's current
This commit is contained in:
@@ -1058,6 +1058,7 @@ ASTPointer<Expression> Parser::parsePrimaryExpression()
|
||||
expectToken(oppositeToken);
|
||||
return nodeFactory.createNode<TupleExpression>(components);
|
||||
}
|
||||
|
||||
default:
|
||||
if (Token::isElementaryTypeName(token))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user