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

cs0527-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e312377061b2acb76555b30c3c06004ece84ac3b (plain)
1
2
3
4
5
6
7
8
class A1 {
}

class A2 {
}

class B : A1, A2 {
}