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: 86e3526b928e3baa026587195d86219a9ad039c7 (plain)
1
2
3
4
5
6
7
8
// cs1587.cs: XML comment is not placed on a valid language element
// Line: 6
// Compiler options: -doc:dummy.xml -warnaserror -warn:2

/// invalid comment placed on namespace.
using System;
enum Foo {
}