2009-05-29 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / gcs0401.cs
index 198974ab1a58e95f3138b438a72cf6ea3bf62f78..c1c5f083293c644fe1cea78c8fd4331c27b12e07 100644 (file)
@@ -1,3 +1,6 @@
+// CS0401: The new() constraint must be the last constraint specified
+// Line: 6
+
 class Foo<T>
        where T : new (), new ()
 {