// // The type parameters introduce the names into the class namespace, so it is // not possible to have members with the same name as a parameter // // First error. class X { int T; } class W { static void Main () {} }