X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0080.cs;h=3c1bf8acdb6345d3ce44d3029fd7479c8c2c1712;hb=f73fdbcfdbc9c8b768d8c0e36247f2cc85d32402;hp=d9819f677a1a61e66454cb7b0109123a1be2e1ac;hpb=0e3361865d53648229b8700c8d76e6af93f1e062;p=mono.git diff --git a/mcs/errors/gcs0080.cs b/mcs/errors/gcs0080.cs index d9819f677a1..3c1bf8acdb6 100644 --- a/mcs/errors/gcs0080.cs +++ b/mcs/errors/gcs0080.cs @@ -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 { }