1 enum bool WWW = is(typeof(A.x));
2 
3 class A {
4     B blah;
5     void foo(B b){}
6 }
7 
8