Flush (work in progress)
[mono.git] / mcs / errors / gcs0695-3.cs
index f71fd5f4539807ec9fe353774f4247b52bd674ed..d352d9936b3c3f34ed3b873639a514cdd65be370 100644 (file)
@@ -1,3 +1,6 @@
+// CS0695: `C<X,Y>' cannot implement both `I<X>' and `I<K<Y>>' because they may unify for some type parameter substitutions
+// Line: 10
+
 interface I<X>
 { }