[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git] / mcs / errors / cs0694.cs
blob8395a746cc6c58c1e8239fe6657be7bd7287727d
1 // CS0694: Type parameter `Y' has same name as containing type, or method
2 // Line: 4
4 class Y <Y> {
7 class Test
9 static void Main ()
10 { }