Struct member initializers were not being stored
This commit is contained in:
parent
d979e7ca22
commit
bdc5c7aa52
|
@ -4723,6 +4723,8 @@ q{(int a, ...)
|
|||
do
|
||||
{
|
||||
auto structMemberInitializer = parseStructMemberInitializer();
|
||||
if (structMemberInitializer !is null)
|
||||
node.structMemberInitializers ~= structMemberInitializer;
|
||||
if (currentIs(tok!","))
|
||||
{
|
||||
advance();
|
||||
|
|
Loading…
Reference in New Issue