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
master
dfmt
/
tests
/
issue0108.d
13 lines
109 B
D
Raw
Permalink
Blame
History
unittest
{
with
(
SomeEnum
)
final
switch
(
value
)
{
case
a
:
aa
(
)
;
break
;
case
b
:
bb
(
)
;
break
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink