TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs0264.cs
blobd7c0672a3488d7bc73556bed3eaf4c6f9098cda6
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>