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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
tests
/
test-xml-047.cs
blob
f374f62016846271faa0b4ac25906d910e8da4b0
1
// Compiler options: -doc:xml-047.xml -warnaserror -warn:4
2
3
using
System
;
4
5
/// <summary>
6
/// <see cref="bool.GetHashCode" />
7
/// </summary>
8
public class
EntryPoint
9
{
10
static void
Main
() {
11
}
12
}