* ecore.cs (Expression.Error_ValueCannotBeConverted): Add special
[mono.git] / mcs / errors / gcs0264.cs
1 // gcs0264.cs: Partial declarations of `Partial<T>' 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