2002-07-22 Martin Baulig <martin@gnome.org>
[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 }