* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / gcs0692.cs
1 // gcs0692.cs: Duplicate type parameter `A'
2 // Line: 4
3
4 class X <A,A> {
5 }