This commit is contained in:
Hackerpilot 2015-03-08 18:38:52 -07:00
parent 745ffd6a5b
commit 401631b79d
3 changed files with 3 additions and 1 deletions

View File

@ -375,7 +375,7 @@ private:
{
writeToken();
if (!currentIs(tok!"*") && !currentIs(tok!")") && !currentIs(tok!"[")
&& !currentIs(tok!","))
&& !currentIs(tok!",") && !currentIs(tok!";"))
{
write(" ");
}

1
tests/issue0067.d Normal file
View File

@ -0,0 +1 @@
alias Key = void* ;

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

@ -0,0 +1 @@
alias Key = void*;