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

cs0524-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e89d15578b21765809bb611622353854a0b1372f (plain)
1
2
3
4
// cs0524.cs: 'I' : interfaces cannot declare types// Line: 5
interface Interface {
        interface I {}
}