Flush (work in progress)
[mono.git] / mcs / errors / gcs0313.cs
index 5b3d4e57e83c2d59b57a24800c5bef7e4a1296b6..17fe7bc883f6d1dbcd6a4a05836bb81ab9eccfee 100755 (executable)
@@ -1,4 +1,4 @@
-// CS0313: The type `S?' cannot be used as type parameter `T' in the generic type or method `S.Foo<T>(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>(T)'. The nullable type `S?' never satisfies interface constraint
 // Line: 16
 
 interface I