fix #430 already working

resolved with previous libdparse update
This commit is contained in:
WebFreak001 2019-11-25 16:34:58 +01:00
parent a4d4d94a50
commit d33b878965
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
void f(bool body)
{
if (body)
{
}
}

4
tests/issue0430.d Normal file
View File

@ -0,0 +1,4 @@
void f(bool body) {
if (body) {
}
}

View File

@ -0,0 +1,4 @@
void f(bool body) {
if (body) {
}
}