**** Merged from MCS ****
[mono-project.git] / mcs / errors / gcs0694.cs
blobb11371958fccd9bb527f1f727cfdb5e1680b12c6
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 //
7 // type parameter is the same name as the class
9 class Y <Y> {