2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 ()