Fix #85
This commit is contained in:
parent
ff6a8281fe
commit
b256213b8e
|
|
@ -278,7 +278,7 @@ private:
|
|||
else if (currentIs(tok!"return"))
|
||||
{
|
||||
writeToken();
|
||||
if (!currentIs(tok!";"))
|
||||
if (!currentIs(tok!";") && !currentIs(tok!")"))
|
||||
write(" ");
|
||||
}
|
||||
else if (currentIs(tok!"switch"))
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
alias T = typeof(return);
|
||||
|
|
@ -0,0 +1 @@
|
|||
alias T = typeof(return);
|
||||
Loading…
Reference in New Issue