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-04-06 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs0694.cs
blob
7751c21cc368240a2ccaa42912a6ac707d4bdd0c
1
// gcs0694.cs: Type parameter `Y' has same name as containing type, or method
2
// Line: 4
3
4
class
Y
<
Y
> {
5
}
6
7
class
Test
8
{
9
static void
Main
()
10
{ }
11
}
12