2004-10-24 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / errors / gcs0692.cs
1 // 
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {
5 }