2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0080.cs
blob3c1bf8acdb6345d3ce44d3029fd7479c8c2c1712
1 // cs0080.cs: Constraints are not allowed on non-generic declarations
2 // Line: 5
4 using System.Collections;
5 class Dingus where T : IEnumerable {
8 class D {
9 static void Main ()