repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs1735.cs
blob
de069c6c90ceefa2e75f6ae2e39ad99f918b3acf
1
// CS1735: XML comment on `S<T1,T2>' has a typeparamref name `T' that could not be resolved
2
// Line: 9
3
// Compiler options: -doc:dummy.xml /warnaserror /warn:2
4
5
/// <summary>
6
/// Test
7
/// <typeparamref name="T" />
8
/// </summary>
9
public struct
S
<
T1
,
T2
>
10
{
11
}