Fix #114
This commit is contained in:
parent
469da17c36
commit
e233912a34
|
@ -295,7 +295,7 @@ private:
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if ((t == tok!"import" && !currentIs(tok!"import")))
|
else if ((t == tok!"import" && !currentIs(tok!"import") && !currentIs(tok!"}")))
|
||||||
{
|
{
|
||||||
write("\n");
|
write("\n");
|
||||||
currentLineLength = 0;
|
currentLineLength = 0;
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
private
|
||||||
|
{
|
||||||
|
import std.process;
|
||||||
|
import std.c.windows.windows;
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
private
|
||||||
|
{
|
||||||
|
import std.process;
|
||||||
|
import std.c.windows.windows;
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
private {
|
||||||
|
import std.process;
|
||||||
|
import std.c.windows.windows;
|
||||||
|
}
|
Loading…
Reference in New Issue