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
2009-06-26 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs0704.cs
blob
58ee413ff4971a2a90d4e7f1db5417b642d60ce4
1
// CS0704: A nested type cannot be specified through a type parameter `T'
2
// Line: 6
3
4
class
G
<
T
>
5
{
6
T
.
A x
;
7
}