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
Warnings cleanup
[mcs.git]
/
errors
/
gcs0102.cs
blob
2cb23f3d8d4f5c55f5deaef7f3cfd3ee380a7280
1
// gcs0102.cs: The type `X<T>' already contains a definition for `T'
2
// Line: 11
3
4
class
X
<
T
> {
5
int
T
;
6
}
7
8
class
W
{
9
static void
Main
() {}
10
}