Flush (work in progress)
[mono.git] / mcs / errors / gcs0695.cs
index 51efc8985bb1492fb053f8429e81120bd0f1d4c5..d181402c6930fc468a69692fa9a24019f678e7b0 100644 (file)
@@ -1,4 +1,4 @@
-// gcs0695.cs: `A<X,Y>' cannot implement both `I<Y>' and `I<X>' because they may unify for some type parameter substitutions
+// CS0695: `A<X,Y>' cannot implement both `I<X>' and `I<Y>' because they may unify for some type parameter substitutions
 // Line: 7
 
 interface I<X>