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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs0412.cs
blob
7e94245ac208c1b1b57a03078c89ae44916c054d
1
// CS0412: The type parameter name `T' is the same as local variable or parameter name
2
// Line: 6
3
4
class
C
5
{
6
public void
Foo
<
T
> (
string
T
)
7
{
8
}
9
}