This website requires JavaScript.
Explore
Help
Sign In
forks
/
dfmt
mirror of
https://github.com/dlang-community/dfmt.git
Watch
1
Star
0
Fork
You've already forked dfmt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2a4af7a2b2
dfmt
/
tests
/
issue0094.d
7 lines
88 B
D
Raw
Blame
History
void
test
(
)
{
fun
(
(
int
x
)
{
writeln
(
x
)
;
}
,
(
int
x
)
{
writeln
(
x
)
;
}
)
;
return
;
}
Reference in New Issue
View Git Blame
Copy Permalink