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
/
cs1967.cs
blob
696c979c0177629120ba1ed9becd8262d02243c6
1
// CS1967: A constraint cannot be the dynamic type
2
// Line: 4
3
4
class
C
<
T
>
where T
:
dynamic
5
{
6
}