Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs0080.cs
blobfe3d82c8e7bfc37d58c3b6c0bfae7736787effa9
1 // CS0080: 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 ()