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
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs0621.cs
blob
1f9d91a4fb3b46a11f05508ee587d68ddf11a27f
1
// CS0621: `X.method()': virtual or abstract members cannot be private
2
// Line:
3
class
X
{
4
virtual void
method
() {}
5
}