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
Make csproj target work again
[mcs.git]
/
errors
/
cs0503.cs
blob
06d72bb8f8e74085f1fc6b1b38e2990d8cf9dccf
1
// cs0503.cs: The abstract method `Class.X()' cannot be marked virtual
2
// Line: 4
3
abstract class
Class
{
4
virtual abstract public void
X
();
5
}