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
c291340e90
dfmt
/
tests
/
issue0116.d
9 lines
90 B
D
Raw
Blame
History
static
assert
(
!
is
(
T
:
int
)
)
;
unittest
{
foo
(
!
is
(
T
:
int
)
)
;
}
enum
a
(
T
)
=
!
is
(
T
:
int
)
;
Reference in New Issue
View Git Blame
Copy Permalink