Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git] / mcs / errors / cs0264-2.cs
blobe1f791621e9d685846960496dcc3ad567cbc38c3
1 // CS0264: Partial declarations of `A<T,O>' must have the same type parameter names in the same order
2 // Line: 8
4 partial class A<T, bool>
8 partial class A<T, O>