[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0704.cs
blob58ee413ff4971a2a90d4e7f1db5417b642d60ce4
1 // CS0704: A nested type cannot be specified through a type parameter `T'
2 // Line: 6
4 class G<T>
6 T.A x;