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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0527-2.cs
blob
89a41cf9efc5544b6e023f6a1f528611d66bd9a7
1
// cs0527-2.cs: Type `A' in interface list is not an interface
2
// Line: 7
3
4
struct
A
:
B
{
5
}
6
7
struct
B
:
A
{
8
}