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

cs1587-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 800013f8ab3004ee2eceb4f2162d4f25f2b8ab81 (plain)
1
2
3
4
5
6
// Compiler options: -doc:dummy.xml -warnaserror -warn:2
/// invalid comment on global attributes.
[assembly:System.CLSCompliant (true)]

enum Foo {
}