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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0709.cs
blob
be578b9637ea0cbe043d3fbbcc851b721ad18b8a
1
// CS0709: `NewClass': Cannot derive from static class `StaticClass'
2
// Line: 7
3
4
static class
StaticClass
{
5
}
6
7
class
NewClass
:
StaticClass
{
8
}