repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-10-22 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
gcs0118.cs
blob
d69a42c6cf0c88d0e4c4676e6a3a46fff4614031
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
}