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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs0418.cs
blob
4296e0f5edc88e5a1572cc0ea09562c31d800f34
1
// CS0418: `TestClass': an abstract class cannot be sealed or static
2
// Line: 4
3
4
public abstract sealed class
TestClass
5
{
6
}