updated
[mono.git] / mcs / errors / gcs0080.cs
index d9819f677a1a61e66454cb7b0109123a1be2e1ac..3c1bf8acdb6345d3ce44d3029fd7479c8c2c1712 100644 (file)
@@ -1,6 +1,6 @@
-// cs8200.cs: Do not allow type-parameter-constraint-clauses when
-// there is no type-parameter list
-//
+// cs0080.cs: Constraints are not allowed on non-generic declarations
+// Line: 5
+
 using System.Collections;
 class Dingus where T : IEnumerable {
 }