dfmt/tests/allman/issue0287.d.ref

4 lines
107 B
Plaintext

alias foo = typeof({ import std.math; });
alias bar = typeof({ write("aaa"); });
alias baz = typeof({ });