Fix #73
This commit is contained in:
parent
0c843275ba
commit
77a698de23
|
@ -3413,10 +3413,10 @@ invariant() foo();
|
|||
{
|
||||
node.typeofExpression = parseTypeofExpression();
|
||||
expect(TokenType.dot);
|
||||
node.identifierOrTemplateChain = parseIdentifierOrTemplateChain();
|
||||
node.identifierOrTemplateChain = parseIdentifierOrTemplateChain();
|
||||
}
|
||||
else
|
||||
node.symbol = parseSymbol();
|
||||
node.symbol = parseSymbol();
|
||||
return node;
|
||||
}
|
||||
|
||||
|
@ -6192,6 +6192,7 @@ protected:
|
|||
case at:
|
||||
case ref_:
|
||||
case extern_:
|
||||
case align_:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue