Recover from invalid implicit lambda block
[mono.git] / mcs / errors / gcs0425.cs
index 8d50c48165745109eb4675af6ef11f3dfdf3f5f9..ef0c413c0c2b88ff56fd42b3ce3c9c67ca1dab1f 100644 (file)
@@ -1,4 +1,4 @@
-// CS0425: The constraints for type parameter `V' of method `Foo<T>.Test()' must match the constraints for type parameter `U' of interface method `IFoo<T>.Test()'. Consider using an explicit interface implementation instead
+// CS0425: The constraints for type parameter `V' of method `Foo<T>.Test<V>()' must match the constraints for type parameter `U' of interface method `IFoo<T>.Test<U>()'. Consider using an explicit interface implementation instead
 // Line: 12
 interface IFoo<T>
 {