[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs1574-10.cs
blobe39b42e5ca705c29df223715a3f4b55cfa1b43b1
1 // CS1574: XML comment on `C.MM()' has cref attribute `int(int)' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror
5 class C
7 /// <returns>A <see cref="int(int)" />.</returns>
8 void MM ()