cleol
[mcs.git] / errors / gcs0264.cs
blobb2aafc3ac2f58ffb03cc907632b478f0f7351409
1 // CS0264: Partial declarations of `Partial<U>' must have the same type parameter names in the same order
2 // Line: 4
4 partial class Partial<T>
8 partial class Partial<U>