* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / errors / cs8204.cs
1 // 
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {
5 }