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] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
errors
/
cs0527.cs
blob
260ddc6047dedc241dff7fae6b99d317cceb660f
1
// CS0527: Type `X' in interface list is not an interface
2
// Line: 6
3
class
X
{
4
}
5
6
interface
A
:
X
{
7
}