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
49b9fe4051
dfmt
/
tests
/
keep_break_in_array_arg.d
12 lines
73 B
D
Raw
Blame
History
unittest
{
f
(
[
x
]
)
;
}
void
f
(
T
[
]
x
,
const
U
y
)
{
}
Reference in New Issue
View Git Blame
Copy Permalink