repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs1961-2.cs
blob
c23fa40165371a0d4ebbe43f87c0bb014d6c2333
1
// CS1961: The contravariant type parameter `T' must be covariantly valid on `D<T>()'
2
// Line: 4
3
4
delegate
T D
<
in
T
> ();