Flush (work in progress)
[mono.git] / mcs / errors / gcs0695.cs
index 5eaa1e4ab6a032fc297136a7ea90e72d8044b02a..d181402c6930fc468a69692fa9a24019f678e7b0 100644 (file)
@@ -1,3 +1,6 @@
+// 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>
 { }