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-810.cs
blob
d82de016bafa5814e09bad025c689766dce54bdc
1
// Compiler options: -r:test-810-lib.dll
2
3
public class
C
4
{
5
public
IA
Test
(
IC b
)
6
{
7
IA a
=
b
;
8
return
a
;
9
}
10
11
public static void
Main
()
12
{
13
}
14
}