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
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0527.cs
blob
6abb32e85399766e81d0fd0e241cc95518d8bd59
1
// cs0527.cs: Type `X' in interface list is not an interface
2
// Line: 6
3
class
X
{
4
}
5
6
interface
A
:
X
{
7
}