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-633.cs
blob
e22d5878e230401159f4c5b3aa44dcf169086c97
1
namespace
A
.
X
2
{
3
}
4
5
namespace
B
.
X
6
{
7
}
8
9
namespace
Test
10
{
11
using
A
.
X
;
12
using
B
.
X
;
13
14
class
C
15
{
16
public static void
Main
()
17
{
18
}
19
}
20
}