[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1735-2.cs
blob284925fd90c9bb96575262afa3ca3249405fb770
1 // CS1735: XML comment on `S.Test<U>()' has a typeparamref name `T' that could not be resolved
2 // Line: 9
3 // Compiler options: -doc:dummy.xml /warnaserror /warn:2
5 struct S
7 /// <summary>
8 /// Test
9 /// <typeparamref name="T" />
10 /// </summary>
11 public void Test<U> ()