**** Merged from MCS ****
[mono-project.git] / mcs / errors / gcs0080.cs
blobd9819f677a1a61e66454cb7b0109123a1be2e1ac
1 // cs8200.cs: Do not allow type-parameter-constraint-clauses when
2 // there is no type-parameter list
3 //
4 using System.Collections;
5 class Dingus where T : IEnumerable {
8 class D {
9 static void Main ()