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