This commit is contained in:
Hackerpilot 2015-03-07 22:57:09 -08:00
parent e737d56d0d
commit 3d919d191d
3 changed files with 3 additions and 1 deletions

View File

@ -370,7 +370,7 @@ private:
.equalRange(current.index).empty)
{
writeToken();
if (current.type != tok!"*" && current.type != tok!")")
if (current.type != tok!"*" && current.type != tok!")" && current.type != tok!"[")
write(" ");
break;
}

1
tests/issue0061.d Normal file
View File

@ -0,0 +1 @@
const(char)* [VC_SAVED_IDENT_CNT] saved_idents;

1
tests/issue0061.d.ref Normal file
View File

@ -0,0 +1 @@
const(char)*[VC_SAVED_IDENT_CNT] saved_idents;