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