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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
dcs1967.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
}