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
Merge pull request #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0527-2.cs
blob
b89e498c6af186f8aad117973e5b11fd66ab14f4
1
// CS0527: Type `B' in interface list is not an interface
2
// Line: 4
3
4
struct
A
:
B
{
5
}
6
7
struct
B
:
A
{
8
}