2005-08-01 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / errors / gcs0102.cs
index 1df3a6667a828c22d52cb06698893bdad7dcac1c..ea69074190f4021d589e244a5d2cc7551cf9fc6b 100644 (file)
@@ -1,9 +1,6 @@
-//
-// 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
-//
+// gcs0102.cs: The type 'X`1' already contains a definition for 'T'
+// Line: 11
 
-// First error.
 class X <T> {
        int T;
 }