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-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs0306-3.cs
blob
c84537b3a4b408ee77f4a240cd64fc481f504564
1
// CS0306: The type `System.ArgIterator' may not be used as a type argument
2
// Line: 6
3
4
class
G
<
T
> {}
5
6
class
C
:
G
<
System
.
ArgIterator
>
7
{
8
}