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-04-01 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
dcs1965.cs
blob
f964c5285a6ff96af68063677501ec6e594e47ec
1
// CS1965: Class `C' cannot derive from the dynamic type
2
// Line: 4
3
4
class
C
:
dynamic
5
{
6
}