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
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0644.cs
blob
11e4e0ea1b03baf61f99cd14eb0e359efb17001f
1
// cs0644.cs: `X' cannot derive from special class `System.ValueType'
2
// Line: 3
3
class
X
:
System
.
ValueType
{
4
}