2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1587-5.cs
blob5adad9fec6f4f06444f50ad4d58b9ee72180ec09
1 // cs1587-5.cs: XML comment is not placed on a valid language element
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
5 using System;
7 namespace TopNS
9 /// invalid comment on using directive inside namespace.
10 using System.Xml;
12 enum Foo {