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

cs1587.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7aada7fcc62bf6d257fba100771142a7861d67e0 (plain)
1
2
3
4
5
// Compiler options: -doc:dummy.xml -warnaserror -warn:2
/// invalid comment placed on namespace.
using System;
enum Foo {
}