blob: fb8742b5f55a3de800899ddcd3c003eeefe1c67d [file] [log] [blame]
enum A { B }
static assert(is(typeof(A.B) == A));
static assert(is(typeof(A(A.B)) == A));