X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0310-4.cs;h=d1e6e359433f27512ed327323c0cf6dde4de851a;hb=79aae7d76f68a1c8719505119e0f5c9f737773dd;hp=123cbfad5c601ef2e0e0f93cc85f37676510b69b;hpb=11e6eb73dd2bda70666663596356525ff1d4998b;p=mono.git diff --git a/mcs/errors/gcs0310-4.cs b/mcs/errors/gcs0310-4.cs index 123cbfad5c6..d1e6e359433 100644 --- a/mcs/errors/gcs0310-4.cs +++ b/mcs/errors/gcs0310-4.cs @@ -1,4 +1,4 @@ -// CS0310: The type 'Foo' must have a public parameterless constructor in order to use it as parameter 'a' in the generic type or method 'C' +// CS0310: The type `Foo' must have a public parameterless constructor in order to use it as parameter `a' in the generic type or method `C' // Line: 14 class C where a : new () { }