Welcome to mirror list, hosted at ThFree Co, Russian Federation.

i-three.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c473f21657c80dc0671016835c917b9821d7181 (plain)
1
2
3
4
5
6
7
8
9
10
11
interface A {
}

interface B : A{
}

interface C : A {
}

interface D : C {
}