X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0313.cs;fp=mcs%2Ferrors%2Fgcs0313.cs;h=17fe7bc883f6d1dbcd6a4a05836bb81ab9eccfee;hb=0900c61969ca862b0bcc967b4413e539acf07dbb;hp=5b3d4e57e83c2d59b57a24800c5bef7e4a1296b6;hpb=46b3c9551cf6ee5ebc6b9ea8efe667f4e96ff0b2;p=mono.git diff --git a/mcs/errors/gcs0313.cs b/mcs/errors/gcs0313.cs index 5b3d4e57e83..17fe7bc883f 100755 --- a/mcs/errors/gcs0313.cs +++ b/mcs/errors/gcs0313.cs @@ -1,4 +1,4 @@ -// CS0313: The type `S?' cannot be used as type parameter `T' in the generic type or method `S.Foo(T)'. The nullable type `S?' never satisfies interface constraint of type `I' +// CS0313: The type `S?' cannot be used as type parameter `T' in the generic type or method `S.Foo(T)'. The nullable type `S?' never satisfies interface constraint // Line: 16 interface I