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

cs3008-4.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cccce3454a22e963db979933e1b28fff0ff50513 (plain)
1
2
3
4
5
6
7
8
// cs3008-4.cs: Identifier `_I' is not CLS-compliant
// Line: 7

using System;
[assembly:CLSCompliant(true)]

public interface _I {
}