[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1711.cs
blob48097eabb63ccab2493ba6ff5e37092902fe8373
1 // CS1711: XML comment on `A' has a typeparam name `T1' but there is no type parameter by that name
2 // Line: 8
3 // Compiler options: -doc:dummy.xml /warnaserror /warn:2
5 /// <summary>
6 /// <typeparam name="T1" />
7 /// </summary>
8 class A