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

i3.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dff6c54db9da93467d4811fcdb487e8b2adf5efc (plain)
1
2
3
4
5
class X {
}

interface A : X {
}