overflow bug has been fixed in net_4_0
[mcs.git] / errors / gcs0081-3.cs
blob6a86cf1f0673f7814c40b1b6aba9b71761763358
1 // gcs0081.cs: Type parameter declaration must be an identifier not a type
2 // Line: 4
4 partial class A<T, bool>
8 partial class A<T, O>