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