Attribute declarations can have attributes

This commit is contained in:
Callum Anderson 2014-03-08 13:12:59 +11:00
parent f146cc8d89
commit 7d95f48554
1 changed files with 1 additions and 0 deletions

View File

@ -1731,6 +1731,7 @@ class ClassFour(A, B) if (someTest()) : Super {}}c;
if (currentIs(tok!":"))
{
node.attributeDeclaration = parseAttributeDeclaration(attr);
node.attributes = ownArray(attributes);
return node;
}
else