DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0694.cs
123456789101112
// CS0694: Type parameter `Y' has same name as containing type, or method // Line: 4 class Y <Y> { } class Test { static void Main () { } }