(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / gcs0102.cs
blob1df3a6667a828c22d52cb06698893bdad7dcac1c
1 //
2 // The type parameters introduce the names into the class namespace, so it is
3 // not possible to have members with the same name as a parameter
4 //
6 // First error.
7 class X <T> {
8 int T;
11 class W {
12 static void Main () {}