X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0401.cs;h=ac95556b2f5bb7241fde9e64d0c8cde011706a87;hb=210512ea7dcf2572f60c3932c5f9aded425d21cf;hp=c1c5f083293c644fe1cea78c8fd4331c27b12e07;hpb=881f83658281916d8f0784df7c726ecb7cc289db;p=mono.git diff --git a/mcs/errors/gcs0401.cs b/mcs/errors/gcs0401.cs index c1c5f083293..ac95556b2f5 100644 --- a/mcs/errors/gcs0401.cs +++ b/mcs/errors/gcs0401.cs @@ -1,7 +1,6 @@ -// CS0401: The new() constraint must be the last constraint specified -// Line: 6 +// CS0401: The `new()' constraint must be the last constraint specified +// Line: 4 -class Foo - where T : new (), new () +class Foo where T : new (), new () { }