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
c194335be9
dfmt
/
tests
/
otbs
/
issue0154.d.ref
6 lines
99 B
Plaintext
Raw
Blame
History
class Foo(T) if (is(T : Bar) && is(T : Baz)) {
}
class Foo(T) if (is(T : Bar) || is(T : Baz)) {
}
Reference in New Issue
View Git Blame
Copy Permalink