namespace A { interface B { } } class X { static void A (object A) { object x = (A.B) A; } static void Main () { } }