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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs1644-15.cs
blob
710bf0c36df5333f66a41bde404816c91687a1d2
1
// CS1644: Feature `generic type variance' cannot be used because it is not part of the C# 2.0 language specification
2
// Line: 5
3
// Compiler options: -langversion:iso-2
4
5
public interface
IFoo
<
out
T
> {
6
}