Fix #120
This commit is contained in:
parent
0c0bcf3bf3
commit
5b68b60877
3490
src/dfmt.d
3490
src/dfmt.d
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,2 @@
|
||||||
|
auto fun = { int i; // Comment
|
||||||
|
};
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
auto fun = {
|
||||||
|
int i; // Comment
|
||||||
|
};
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
auto fun = { int i; // Comment
|
||||||
|
};
|
||||||
Loading…
Reference in New Issue