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
/
gcs1960-2.cs
blob
c4699cd54c15ed45a9409e91bd11feb46d13c642
1
// CS1960: Variant type parameters can only be used with interfaces and delegates
2
// Line: 5
3
// Compiler options: -langversion:future
4
5
class
A
<
in
T
>
6
{
7
}