Merge pull request #145 from callumenator/attribute-decl
Attribute declarations can have attributes
This commit is contained in:
commit
10fc89a96e
|
@ -1731,6 +1731,7 @@ class ClassFour(A, B) if (someTest()) : Super {}}c;
|
||||||
if (currentIs(tok!":"))
|
if (currentIs(tok!":"))
|
||||||
{
|
{
|
||||||
node.attributeDeclaration = parseAttributeDeclaration(attr);
|
node.attributeDeclaration = parseAttributeDeclaration(attr);
|
||||||
|
node.attributes = ownArray(attributes);
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue