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

cs1587-3.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f9d0851702a5335da22b48585e5e77bc22544fe (plain)
1
2
3
4
5
6
// Compiler options: -doc:dummy.xml -warnaserror -warn:2
using System;
[Flags]
/// invalid comment between attributes and type declaration.
enum Foo {
}