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

i-recursive.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c22e5876cc70e3e38283d1068fccd708ce1f8f1 (plain)
1
2
3
4
5
interface A : B {
}

interface B : A {
}