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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs1584-6.cs
blob
6b223273880845a02b6277c2b6b0626fc2d211de
1
// CS1584: XML comment on `Test' has syntactically incorrect cref attribute `IList(<>)'
2
// Line: 8
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
.
Collections
.
Generic
;
6
7
/// <returns>A <see cref="IList({})" />.</returns>
8
public class
Test
9
{
10
}