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-353.cs
blob
5aa753fdc2d4975c3d118235ed243f67dbd53aaa
1
// Compiler options: support-353.cs -out:test-353.exe
2
3
using
System
;
4
5
[
Obsolete
]
6
public class
One { }
7
8
#pragma warning disable 612
9
10
public class
Two
{
11
private
One one
;
12
}