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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
gcs0246-5.cs
blob
1050967f9698951c1e73eaf64d94e0e2588988eb
1
// CS0246: The type or namespace name `X' could not be found. Are you missing a using directive or an assembly reference?
2
// Line: 4
3
4
class
A
<
T
>
where T
:
X
5
{
6
public class
X
{}
7
}