cleol
[mcs.git] / errors / gcs1067.cs
blobdbe433e7af1032aaa416d48e39d8290e90a0c38b
1 // CS1067: Partial declarations of `I<T>' must have the same type parameter variance modifiers
2 // Line: 8
4 partial interface I<in T>
8 partial interface I<out T>