dfmt/tests/allman/issue0116.d.ref

9 lines
93 B
Plaintext

static assert(!is(T : int));
unittest
{
foo(!is(T : int));
}
enum a(T) = !is(T : int);