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
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs0503.cs
blob
85c42b9d421e52bcdb5f4c2c28df9e3261c12b1a
1
// CS0503: The abstract method `Class.X()' cannot be marked virtual
2
// Line: 4
3
abstract class
Class
{
4
virtual abstract public void
X
();
5
}