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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0714-3.cs
blob
14cc2a8c2fd3fc823fff5c42ccec18898cdedcd6
1
// CS0714: Static class `C' cannot implement interfaces
2
// Line: 12
3
4
interface
I
5
{
6
}
7
8
static partial class
C
9
{
10
}
11
12
partial class
C
:
I
13
{
14
}