2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0264-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>