2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / gcs0692.cs
1 // 
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {
5 }