* SoapMessageFormater.cs: In BuildSoapMessageFromMethodResponse, add the
[mono.git] / mcs / errors / cs8204.cs
1 // 
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {
5 }