- Implemented InvokeGotFocus() method
[mono.git] / mcs / errors / gcs0692.cs
1 // 
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {
5 }