(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / gcs0692.cs
blob1dd56c7132c4a980e36f4374ae10c0274c454458
1 //
2 // Two type parameters might not have the same name
3 //
4 class X <A,A> {