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
dba8c87ebc
dfmt
/
tests
/
issue0287.d
4 lines
101 B
D
Raw
Blame
History
alias
foo
=
typeof
(
{
import
std.math
;
}
)
;
alias
bar
=
typeof
(
{
write
(
"aaa"
)
;
}
)
;
alias
baz
=
typeof
(
{
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink