summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1587.cs
blob: ed525063ed136676ceb31b9a107a5c837acddf90 (plain)
1
2
3
4
5
6
7
8
// CS1587: 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 {
}