2003-04-11 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / tests / i-three.cs
1 interface A {
2 }
3
4 interface B : A{
5 }
6
7 interface C : A {
8 }
9
10 interface D : C {
11 }