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 #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-xml-064.cs
blob
faa3543c315e513225612e51703df926ae74bd61
1
// Compiler options: -doc:xml-064.xml -warnaserror -warn:1
2
3
using
System
.
Collections
.
Generic
;
4
5
/// <returns>A <see cref="IList{Foo}" />.</returns>
6
public class
Test
7
{
8
static void
Main
()
9
{
10
}
11
}