New test + disabled 2 problematic
[mono.git] / mcs / errors / gcs0264.cs
1 // CS0264: Partial declarations of `Partial<U>' must have the same type parameter names in the same order\r
2 // Line: 4\r
3 \r
4 partial class Partial<T>\r
5 {\r
6 }\r
7 \r
8 partial class Partial<U>\r
9 {\r
10 }\r