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-02-27 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs8033.cs
blob
0b212ae91766666b9ad63b94f74b8084cedb7632
1
// CS8033: Contravariant type parameters can only be used in input positions
2
// Line: 7
3
// Compiler options: -langversion:future
4
5
interface
A
<
in
T
>
6
{
7
T
B
();
8
}