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-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0621.cs
blob
850e0f29f4c510982a1552e3407c3d604c26e741
1
// cs0621.cs: `X.method()': virtual or abstract members cannot be private
2
// Line:
3
class
X
{
4
virtual void
method
() {}
5
}