This commit is contained in:
Hackerpilot 2015-03-18 16:15:51 -07:00
parent 0c0bcf3bf3
commit 5b68b60877
4 changed files with 1756 additions and 1741 deletions

3490
src/dfmt.d

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
auto fun = { int i; // Comment
};

3
tests/issue0120.d Normal file
View file

@ -0,0 +1,3 @@
auto fun = {
int i; // Comment
};

View file

@ -0,0 +1,2 @@
auto fun = { int i; // Comment
};