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

cs0246.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cf6b9a081db0ed11169d5db1c3680ca22f00fb9 (plain)
1
2
3
4
// cs0246.cs: can not find type `B'
// Line: 4
interface A : B {
}