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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs0694.cs
blob
8395a746cc6c58c1e8239fe6657be7bd7287727d
1
// CS0694: 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