Flush (work in progress)
[mono.git] / mcs / errors / gcs1961-39.cs
index d0e2b561b6b33611513177140bb6d10ac74e7045..3938d68355bebbfc5eadbffa9e622bd93733d1a1 100644 (file)
@@ -1,4 +1,4 @@
-// CS1961: The covariant type parameter `V' must be contravariantly valid on `Foo<T>(T)'
+// CS1961: The covariant type parameter `V' must be contravariantly valid on `I<V>.Foo<T>(T)'
 // Line: 6
 
 interface I<out V>