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
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs0101-8.cs
blob
0c66a08c276dd1337aaee496aaffce3158501dde
1
// CS0101: The namespace `N' already contains a definition for `C'
2
// Line: 13
3
4
namespace
N
5
{
6
public class
C
7
{
8
}
9
}
10
11
namespace
N
12
{
13
public class
C
14
{
15
}
16
}