blob: b00ec1be9634adcc7011a31a21a9020a23f18660 [file] [log] [blame]
enum bool WWW = is(typeof(A.x));
class A {
B blah;
void foo(B b){}
}