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-413.cs
blob
3c1ad23d57463f0626772f33b494ab5dd3bb1444
1
// Compiler options: -r:test-413-lib.dll
2
3
using
Inner
=
Foo
.
Bar
.
Baz
.
Inner
;
4
public class
Driver
{
5
public static void
Main
() {
6
Inner
.
Frob
();
7
}
8
}