2009-11-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / errors / gcs0451.cs
blobda3301b0eca5975d6b3aa513a7d4118f70f432da
1 // CS0451: The `new()' constraint cannot be used with the `struct' constraint
2 // Line: 8
4 class C
6 public static void Foo<T>() where T : struct, new ()