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

cs3005-24.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09c39954cbd952fd046bafec633012c943114483 (plain)
1
2
3
4
5
6
7
8
9
// cs3005-24.cs: Identifier `ClsClass' differing only in case is not CLS-compliant
// Line: 9
// Compiler options: -warnaserror

[assembly:System.CLSCompliant(true)]

public partial class CLSClass {}

public partial struct ClsClass {}