fixed project file names, removed svn hiding
[mono.git] / mcs / errors / gcs0694.cs
index 84a818420240411e8de3161282294b9cebdccd2a..7751c21cc368240a2ccaa42912a6ac707d4bdd0c 100644 (file)
@@ -1,10 +1,5 @@
-//
-// 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
-//
-
-
-// type parameter is the same name as the class
+// gcs0694.cs: Type parameter `Y' has same name as containing type, or method
+// Line: 4
 
 class Y <Y> {
 }