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
Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs0118-10.cs
blob
ed6c2c5a094d788c5369e4cfb1c9678a0bc72b51
1
// CS0118: `N' is a `namespace' but a `type' was expected
2
// Line: 8
3
4
namespace
N
5
{
6
}
7
8
public class
C
<
T
>
where T
:
N
9
{
10
}