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
b5dbb0e031
dfmt
/
tests
/
allman
/
issue0483.d.ref
16 lines
182 B
Plaintext
Raw
Blame
History
module tests.issue0483;
void main()
{
switch (0)
{
case 1:
case 2:
label:
case 3:
break;
default:
break;
}
}
Reference in New Issue
View Git Blame
Copy Permalink