Merge pull request #145 from callumenator/attribute-decl

Attribute declarations can have attributes
This commit is contained in:
Hackerpilot 2014-03-08 20:30:31 -08:00
commit 10fc89a96e
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