2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / errors / cs1587-7.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6 /// invalid comment on using alias directive inside namespace.
7 using Hoge = System.Xml.XmlDocument;
8
9         enum Foo {
10         }
11 }