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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0101-9.cs
blob
9ae3a3a060e4a8effe1bd575b5a4326a421c3f5f
1
// CS0101: The namespace `N' already contains a definition for `Test<T>'
2
// Line: 7
3
// Compiler options: CS0101-9-2.cs
4
5
namespace
N
6
{
7
class
Test
<
T
> {}
8
}